From 23d63957a42aac356e5882279288495850c9040c Mon Sep 17 00:00:00 2001 From: John Tuttle Date: Fri, 25 Feb 2022 15:47:40 -0500 Subject: [PATCH] Bump version to 0.6.2 --- CHANGELOG.md | 6 ++++-- pkg/summon_conjur/version.go | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7dbf2..357c0a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ 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). ## [Unreleased] + +## [0.6.2] - 2022-02-25 ### Changed - Updated Conjur API to 0.9.0 to support authn-JWT [cyberark/summon-conjur#99](https://github.com/cyberark/summon-conjur/pull/99/) - ## [0.6.1] - 2021-12-31 ### Changed - Updated Golang to 1.17 and the Conjur API to 0.8.1 @@ -97,7 +98,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.1...HEAD +[Unreleased]: https://github.com/cyberark/summon-conjur/compare/v0.6.2...HEAD +[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 [0.5.5]: https://github.com/cyberark/summon-conjur/compare/v0.5.4...v0.5.5 diff --git a/pkg/summon_conjur/version.go b/pkg/summon_conjur/version.go index 32017b0..da5be08 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.1" +const VERSION = "0.6.2"