From 20c8fe0c5b7d57e40c7a922fb66502472e239d29 Mon Sep 17 00:00:00 2001 From: Srdjan Grubor Date: Fri, 8 May 2020 11:33:47 -0500 Subject: [PATCH] Bump version to 2.2.1 With the updated README we needed a new release, thus the 2.2.1 version. --- CHANGELOG.md | 10 +++++++++- pom.xml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6530b..d6302c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, @@ -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 diff --git a/pom.xml b/pom.xml index 5893e65..43dd16c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 net.conjur.api conjur-api - 2.2.0 + 2.2.1 Conjur Client for the Conjur API