From 87b04cc3117cfaa618bb50e5361752f90934e313 Mon Sep 17 00:00:00 2001 From: John Tuttle Date: Tue, 17 Oct 2023 09:22:30 -0400 Subject: [PATCH] Add empty CHANGELOG header for next version --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2131d1d..e00dd31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Nothing should go in this section, please add to the latest unreleased version (and update the corresponding date), or add a new version. -## [8.0.11] - 2023-08-25 +## [8.0.12] - 2023-10-17 + +## [8.0.11] - 2023-10-17 ### Fixed - Handle trailing slash on appliance URL @@ -113,7 +115,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Placeholder version to capture the reset of the repository -[Unreleased]: https://github.com/cyberark/conjur-cli-go/compare/v8.0.10...HEAD +[Unreleased]: https://github.com/cyberark/conjur-cli-go/compare/v8.0.12...HEAD +[8.0.12]: https://github.com/cyberark/conjur-cli-go/compare/v8.0.11...v8.0.12 +[8.0.11]: https://github.com/cyberark/conjur-cli-go/compare/v8.0.10...v8.0.11 [8.0.10]: https://github.com/cyberark/conjur-cli-go/compare/v8.0.9...v8.0.10 [8.0.9]: https://github.com/cyberark/conjur-cli-go/compare/v8.0.8...v8.0.9 [8.0.8]: https://github.com/cyberark/conjur-cli-go/compare/v8.0.7...v8.0.8