From 671107775a363cf0c016f7effd6e3d19cc0d18e7 Mon Sep 17 00:00:00 2001 From: Geri Jennings Date: Mon, 1 Mar 2021 09:14:36 -0500 Subject: [PATCH] Bump version to 0.7.1 --- CHANGELOG.md | 4 +++- VERSION | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd2862..8c6f1ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.7.1] - 2021-03-01 ### Fixed - Resources method no longer sends improperly URL-encoded query strings when filtering resources with the "Search" parameter. Previously, if you used a @@ -86,7 +87,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.0...HEAD +[Unreleased]: https://github.com/cyberark/conjur-api-go/compare/v0.7.1...HEAD +[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 [0.6.0]: https://github.com/cyberark/conjur-api-go/compare/v0.5.2...v0.6.0 diff --git a/VERSION b/VERSION index faef31a..39e898a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 +0.7.1