From 37f00ad9a6fd42895e48a8cf0ae5758adb0e6d1f Mon Sep 17 00:00:00 2001 From: Rob Pothier Date: Wed, 15 Jun 2022 12:31:27 -0400 Subject: [PATCH] Bump version to 0.9.3 --- CHANGELOG.md | 5 +++-- pkg/summon/version.go | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3cff02..4d7ddc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [0.9.3] - 2022-06-08 +## [0.9.3] - 2022-06-15 ### Changed - Updated dependencies in go.mod (github.com/stretchr/testify -> 1.7.2, github.com/urfave/cli -> 1.22.9, golang.org/x/net -> v0.0.0-20220607020251-c690dde0001d, @@ -216,7 +216,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.2...HEAD +[Unreleased]: https://github.com/cyberark/summon/compare/v0.9.3...HEAD +[0.9.3]: https://github.com/cyberark/summon/compare/v0.9.2...v0.9.3 [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 diff --git a/pkg/summon/version.go b/pkg/summon/version.go index adfbbcb..7e7cffa 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.2" +const VERSION = "0.9.3"