From f82f57543da1f616d12d1a6f6bcfa1e2a91a4886 Mon Sep 17 00:00:00 2001 From: Glen Johnson Date: Tue, 31 May 2022 13:49:16 -0400 Subject: [PATCH] Update version and CHANGELOG.md to 0.9.2 --- CHANGELOG.md | 4 +++- pkg/summon/version.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f23cf..8f69520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.9.2] - 2022-05-31 ### Security - Update main and acceptance base images to Golang 1.17 to fix CVE-2022-0778 and CVE-2022-1292. [cyberark/summon#232](https://github.com/cyberark/summon/pull/232/) @@ -208,7 +209,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial release -[Unreleased]: https://github.com/cyberark/summon/compare/v0.9.1...HEAD +[Unreleased]: https://github.com/cyberark/summon/compare/v0.9.2...HEAD +[0.9.2]: https://github.com/cyberark/summon/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/cyberark/summon/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/cyberark/summon/compare/v0.8.4...v0.9.0 [0.8.4]: https://github.com/cyberark/summon/compare/v0.8.3...v0.8.4 diff --git a/pkg/summon/version.go b/pkg/summon/version.go index 04a527d..adfbbcb 100644 --- a/pkg/summon/version.go +++ b/pkg/summon/version.go @@ -1,4 +1,4 @@ package summon // VERSION is the version of summon -const VERSION = "0.9.1" +const VERSION = "0.9.2"