diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae1b98942..2e2f57f15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.14.1] - 2021-11-05 + +### Fixed +- Version bump to resolve build error on tagged master. [#2416](https://github.com/cyberark/conjur/pull/2416) + ## [1.14.0] - 2021-11-03 ### Added @@ -726,7 +731,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.14.0...HEAD +[Unreleased]: https://github.com/cyberark/conjur/compare/v1.14.1...HEAD +[1.14.1]: https://github.com/cyberark/conjur/compare/v1.14.0...v1.14.1 [1.14.0]: https://github.com/cyberark/conjur/compare/v1.13.2...v1.14.0 [1.13.2]: https://github.com/cyberark/conjur/compare/v1.13.1...v1.13.2 [1.13.1]: https://github.com/cyberark/conjur/compare/v1.13.0...v1.13.1 diff --git a/VERSION b/VERSION index 850e742404..63e799cf45 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.14.0 +1.14.1