Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add empty CHANGELOG header for next version #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down