Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Prepare for v0.0.4 release
Browse files Browse the repository at this point in the history
This change is needed to fix currently-pending issues in the API
library.
  • Loading branch information
sgnn7 committed Nov 21, 2019
1 parent fc6a0ea commit 72f1b25
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.0.4]

### Fixed

- Fixed overrides handling of `Client` account param [#21](https://github.com/cyberark/conjur-api-python3/issues/21)
- Fixed running of linter due to `cryptography` upstream bug
- Fixed failing tests when running on different OS YAML parsing libraries

## [0.0.3]

### Fixed
Expand All @@ -26,7 +34,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

The first tagged version.

[Unreleased]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.3...HEAD
[Unreleased]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.4...HEAD
[0.0.4]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.3...0.0.4
[0.0.3]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.2...0.0.3
[0.0.2]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.1...0.0.2
[0.0.1]: https://github.com/cyberark/conjur-api-python3/tree/v0.0.1
2 changes: 1 addition & 1 deletion conjur/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
is intended to be reused in multiple places.
"""

__version__ = '0.0.3'
__version__ = '0.0.4'

0 comments on commit 72f1b25

Please sign in to comment.