Skip to content

Commit

Permalink
Merge pull request #233 from cyberark/release-0.9.2
Browse files Browse the repository at this point in the history
Bump version to 0.9.2
  • Loading branch information
gl-johnson authored Jun 1, 2022
2 parents 89757a7 + f82f575 commit b822cb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/summon/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package summon

// VERSION is the version of summon
const VERSION = "0.9.1"
const VERSION = "0.9.2"

0 comments on commit b822cb4

Please sign in to comment.