Skip to content

Commit

Permalink
Merge pull request #100 from cyberark/release-0.6.2
Browse files Browse the repository at this point in the history
Bump version to 0.6.2
  • Loading branch information
jtuttle authored Feb 25, 2022
2 parents 823753e + 23d6395 commit 8358904
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.6.2] - 2022-02-25
### Changed
- Updated Conjur API to 0.9.0 to support authn-JWT
[cyberark/summon-conjur#99](https://github.com/cyberark/summon-conjur/pull/99/)


## [0.6.1] - 2021-12-31
### Changed
- Updated Golang to 1.17 and the Conjur API to 0.8.1
Expand Down Expand Up @@ -97,7 +98,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.1...HEAD
[Unreleased]: https://github.com/cyberark/summon-conjur/compare/v0.6.2...HEAD
[0.6.2]: https://github.com/cyberark/summon-conjur/compare/v0.6.1...v0.6.2
[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
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.1"
const VERSION = "0.6.2"

0 comments on commit 8358904

Please sign in to comment.