From b4045e354979e8ea4bd5cc2dca9c8358293a4a2f Mon Sep 17 00:00:00 2001 From: Shlomo Heigh Date: Wed, 14 Jun 2023 13:36:17 -0400 Subject: [PATCH 1/2] Version 0.7.1 --- 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 0705d3e..f5ffa09 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.7.1] - 2023-06-14 + ### Security - Update golang.org/x/sys to v0.8.0, gopkg.in/yaml.v3 to v3.0.1, and Go to 1.20 in Dockerfile.text @@ -135,7 +137,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.7.0...HEAD +[Unreleased]: https://github.com/cyberark/summon-conjur/compare/v0.7.1...HEAD +[0.7.0]: https://github.com/cyberark/summon-conjur/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/cyberark/summon-conjur/compare/v0.6.4...v0.7.0 [0.6.4]: https://github.com/cyberark/summon-conjur/compare/v0.6.3...v0.6.4 [0.6.3]: https://github.com/cyberark/summon-conjur/compare/v0.6.2...v0.6.3 diff --git a/pkg/summon_conjur/version.go b/pkg/summon_conjur/version.go index ed8511b..5c02300 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.7.0" +const VERSION = "0.7.1" From 2bd2941153ccee59529cc9aae76b50f72b34f27f Mon Sep 17 00:00:00 2001 From: Shlomo Zalman Heigh Date: Wed, 14 Jun 2023 15:02:16 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Glen Johnson <98338376+gl-johnson@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ffa09..e123e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -138,7 +138,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial release [Unreleased]: https://github.com/cyberark/summon-conjur/compare/v0.7.1...HEAD -[0.7.0]: https://github.com/cyberark/summon-conjur/compare/v0.7.0...v0.7.1 +[0.7.1]: https://github.com/cyberark/summon-conjur/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/cyberark/summon-conjur/compare/v0.6.4...v0.7.0 [0.6.4]: https://github.com/cyberark/summon-conjur/compare/v0.6.3...v0.6.4 [0.6.3]: https://github.com/cyberark/summon-conjur/compare/v0.6.2...v0.6.3