Skip to content

Commit

Permalink
Merge pull request #114 from cyberark/uptick-version
Browse files Browse the repository at this point in the history
Version 0.7.1
  • Loading branch information
szh committed Jun 15, 2023
2 parents bc1a60c + 2bd2941 commit ae1e837
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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.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
Expand Down
2 changes: 1 addition & 1 deletion 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"

0 comments on commit ae1e837

Please sign in to comment.