From 6d3faeeb50de6f7f46433e5200b5882755d2439e Mon Sep 17 00:00:00 2001 From: Shlomo Heigh Date: Thu, 19 May 2022 14:18:33 -0400 Subject: [PATCH] Release v0.6.3 --- CHANGELOG.md | 5 ++++- pkg/summon_conjur/version.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c851bb..7291a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.6.3] - 2022-05-19 + ### Changed - Updated the Conjur API to 0.10.0 to support the new `CONJUR_AUTHN_JWT_HOST_ID` environment variable [cyberark/summon-conjur#103](https://github.com/cyberark/summon-conjur/pull/103/) @@ -106,7 +108,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial release -[Unreleased]: https://github.com/cyberark/summon-conjur/compare/v0.6.2...HEAD +[Unreleased]: https://github.com/cyberark/summon-conjur/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/cyberark/summon-conjur/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/cyberark/summon-conjur/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/cyberark/summon-conjur/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/cyberark/summon-conjur/compare/v0.5.5...v0.6.0 diff --git a/pkg/summon_conjur/version.go b/pkg/summon_conjur/version.go index da5be08..b9ee96f 100644 --- a/pkg/summon_conjur/version.go +++ b/pkg/summon_conjur/version.go @@ -1,4 +1,4 @@ package summon_conjur // VERSION is the current version of summon-conjur -const VERSION = "0.6.2" +const VERSION = "0.6.3"