Skip to content

Commit

Permalink
Merge pull request #248 from cyberark/uptick-version
Browse files Browse the repository at this point in the history
Version 0.9.6
  • Loading branch information
szh authored Jun 15, 2023
2 parents 3c83a68 + ab60c8f commit 8de0e79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.9.6] - 2023-06-14

### Security
- Upgrade golang.org/x/net to v0.10.0, golang.org/x/crypto to v0.9.0,
golang.org/x/sys to v0.8.0, and Go to 1.20
Expand Down Expand Up @@ -245,7 +247,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.5...HEAD
[Unreleased]: https://github.com/cyberark/summon/compare/v0.9.6...HEAD
[0.9.6]: https://github.com/cyberark/summon/compare/v0.9.5...v0.9.6
[0.9.5]: https://github.com/cyberark/summon/compare/v0.9.4...v0.9.5
[0.9.4]: https://github.com/cyberark/summon/compare/v0.9.3...v0.9.4
[0.9.3]: https://github.com/cyberark/summon/compare/v0.9.2...v0.9.3
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.5"
const VERSION = "0.9.6"

0 comments on commit 8de0e79

Please sign in to comment.