Skip to content

Commit

Permalink
Merge pull request #98 from cyberark/release-0.6.1
Browse files Browse the repository at this point in the history
Bump version to 0.6.1
  • Loading branch information
szh authored Dec 31, 2021
2 parents 341dcd2 + 095aa67 commit 0850a71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.6.1] - 2021-12-31
### Changed
- Updated Golang to 1.17 and the Conjur API to 0.8.1
[cyberark/summon-#96](https://github.com/cyberark/summon-conjur/pull/96/)
- The project Golang version is updated from the end-of-life v1.15 to version v1.16.
[cyberark/summon-conjur#93](https://github.com/cyberark/summon-conjur/pull/93/)

## [0.6.0] - 2021-08-11
### Added
Expand Down Expand Up @@ -94,7 +93,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.6.0...HEAD
[Unreleased]: https://github.com/cyberark/summon-conjur/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/cyberark/summon-conjur/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/cyberark/summon-conjur/compare/v0.5.5...v0.6.0
[0.5.5]: https://github.com/cyberark/summon-conjur/compare/v0.5.4...v0.5.5
[0.5.4]: https://github.com/cyberark/summon-conjur/compare/v0.5.3...v0.5.4
Expand Down
2 changes: 1 addition & 1 deletion pkg/summon_conjur/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package summon_conjur

// VERSION is the current version of summon-conjur
const VERSION = "0.6.0"
const VERSION = "0.6.1"

0 comments on commit 0850a71

Please sign in to comment.