Skip to content

Commit

Permalink
Merge pull request #72 from cyberark/bump-to-2.2.1
Browse files Browse the repository at this point in the history
Bump version to 2.2.1
  • Loading branch information
sgnn7 authored May 8, 2020
2 parents 80553b4 + 20c8fe0 commit 015bd99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.2.1] - 2020-05-08
### Fixed
- README has been updated to reflect the correct/expected usage of this SDK ([#70](https://github.com/cyberark/conjur-api-java/issues/70),
[#50](https://github.com/cyberark/conjur-api-java/issues/50),
[#39](https://github.com/cyberark/conjur-api-java/issues/39),
[#18](https://github.com/cyberark/conjur-api-java/issues/18))

## [2.2.0] - 2020-04-30
### Added
- Enabled supplying alternative authentication URLs when instantiating the client,
Expand Down Expand Up @@ -36,7 +43,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Authn tokens now use the new Conjur 5 format - [PR #21](https://github.com/cyberark/conjur-api-java/pull/21)
- Configuration change. When using environment variables, use `CONJUR_AUTHN_LOGIN` and `CONJUR_AUTHN_API_KEY` now instead of `CONJUR_CREDENTIALS` - https://github.com/cyberark/conjur-api-java/commit/60344308fc48cb5380c626e612b91e1e720c03fb

[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v2.2.0...HEAD
[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v2.2.1...HEAD
[2.0.0]: https://github.com/cyberark/conjur-api-java/compare/v1.1.0...v2.0.0
[2.1.0]: https://github.com/cyberark/conjur-api-java/compare/v2.0.0...v2.1.0
[2.2.0]: https://github.com/cyberark/conjur-api-java/compare/v2.1.0...v2.2.0
[2.2.1]: https://github.com/cyberark/conjur-api-java/compare/v2.2.0...v2.2.1
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.conjur.api</groupId>
<artifactId>conjur-api</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>

<name>Conjur</name>
<description>Client for the Conjur API</description>
Expand Down

0 comments on commit 015bd99

Please sign in to comment.