Skip to content

Commit

Permalink
Merge pull request #115 from cyberark/release-0.8.0
Browse files Browse the repository at this point in the history
Bump version to 0.8.0
  • Loading branch information
jtuttle committed Sep 10, 2021
2 parents 9024619 + da07c8a commit b9ef427
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 @@ -5,6 +5,8 @@ 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.8.0] - 2021-09-10
### Changed
- RetrieveBatchSecretsSafe method is updated to use the `Accept-Encoding` header
instead of `Accept`, consistent with [recent updates on the Conjur server](https://github.com/cyberark/conjur/pull/2065).
Expand Down Expand Up @@ -96,7 +98,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial version

[Unreleased]: https://github.com/cyberark/conjur-api-go/compare/v0.7.1...HEAD
[Unreleased]: https://github.com/cyberark/conjur-api-go/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/cyberark/conjur-api-go/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/cyberark/conjur-api-go/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/cyberark/conjur-api-go/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/cyberark/conjur-api-go/compare/v0.6.0...v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.7.1
0.8.0

0 comments on commit b9ef427

Please sign in to comment.