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

Commit

Permalink
Merge pull request #72 from cyberark/bump-version-to-0.1.1
Browse files Browse the repository at this point in the history
Bump version to v0.1.1
  • Loading branch information
sgnn7 authored Nov 5, 2020
2 parents cef52d9 + 7991d9a commit 76fea8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [0.1.1] - 2020-11-05

### Added
- Method `whoami`is now availabe in both CLI and API (requires Conjur v1.9+).
[cyberark/conjur-api-python3#68](https://github.com/cyberark/conjur-api-python3/pull/68)

### Changed
- Removed references to `enum.auto` to support Python3.5 [#43](https://github.com/cyberark/conjur-api-python3/issues/43).

Expand Down Expand Up @@ -47,7 +53,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- The first tagged version.

[Unreleased]: https://github.com/conjurinc/conjur-api-python3/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/conjurinc/conjur-api-python3/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/conjurinc/conjur-api-python3/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.5...v0.1.0
[0.0.5]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.3...v0.0.4
Expand Down
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.1.0'
__version__ = '0.1.1'

0 comments on commit 76fea8e

Please sign in to comment.