Skip to content

Commit

Permalink
Merge pull request #118 from cyberark/uptick-version
Browse files Browse the repository at this point in the history
Add changlog entry for next version
  • Loading branch information
szh authored Mar 24, 2023
2 parents 344cbf2 + e0206d7 commit e71652c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ brews:
install: |
bin.install "conjur"
test: |
system "#{bin}/conjur", "-version"
system "#{bin}/conjur", "--version"
tap:
owner: cyberark
name: homebrew-tools
Expand Down
7 changes: 5 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.5] - 2023-03-03
## [8.0.6] - 2023-03-24

## [8.0.5] - 2023-03-24

### Changed
- OIDC login now supports a custom redirect URL port
Expand Down Expand Up @@ -62,7 +64,8 @@ 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.4...HEAD
[Unreleased]: https://github.com/cyberark/conjur-cli-go/compare/v8.0.5...HEAD
[8.0.5]: https://github.com/cyberark/conjur-cli-go/compare/v8.0.4...v8.0.5
[8.0.4]: https://github.com/cyberark/conjur-cli-go/compare/v8.0.3...v8.0.4
[8.0.3]: https://github.com/cyberark/conjur-cli-go/compare/v8.0.2...v8.0.3
[8.0.2]: https://github.com/cyberark/conjur-cli-go/compare/v8.0.1...v8.0.2
Expand Down

0 comments on commit e71652c

Please sign in to comment.