Skip to content

Commit

Permalink
Bump version to v1.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Geri Jennings committed Apr 28, 2021
1 parent d8021f0 commit 223baf5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion API_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.1.1
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.11.6] - 2021-04-28

### Fixed
- Fix bug where running `conjurctl server` or `conjurctl account create` with
non-alpha-numeric passwords sent via stdin raised an error.
Expand Down Expand Up @@ -608,7 +610,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- The first tagged version.

[Unreleased]: https://github.com/cyberark/conjur/compare/v1.11.5...HEAD
[Unreleased]: https://github.com/cyberark/conjur/compare/v1.11.6...HEAD
[1.11.6]: https://github.com/cyberark/conjur/compare/v1.11.5...v1.11.6
[1.11.5]: https://github.com/cyberark/conjur/compare/v1.11.4...v1.11.5
[1.11.4]: https://github.com/cyberark/conjur/compare/v1.11.3...v1.11.4
[1.11.3]: https://github.com/cyberark/conjur/compare/v1.11.2...v1.11.3
Expand Down
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,9 @@ version.
1. Change VERSION file to reflect the change. This file is used by some scripts.
1. Change the API_VERSION file to reflect the correct
[OpenAPI spec release](https://github.com/cyberark/conjur-openapi-spec/releases)
if there has been an update to the API.
if there has been an update to the API. **If the OpenAPI spec is out of date
with the current API,** it will need to be updated and released before you
can release this project.
1. Commit these changes (including the changes to NOTICES.txt, if there are any).
`Bump version to x.y.z` is an acceptable commit message.
1. Push your changes to a branch, and get the PR reviewed and merged.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.5
1.11.6

0 comments on commit 223baf5

Please sign in to comment.