Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 037a8f7

Browse files
author
John Tuttle
authored
Merge pull request #319 from cyberark/release-6.2.4
Bump version for 6.2.4 release
2 parents 358021c + a7807ae commit 037a8f7

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [6.2.4] - 2021-07-01
810
### Changed
911
- Upgraded `conjur-api` dependency to 5.3.5.
1012
[cyberark/conjur-cli#310](https://github.com/cyberark/conjur-cli/issues/310)
@@ -57,7 +59,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5759
- **Codebase forked: for changes to the 5.x (API [v4](https://github.com/cyberark/conjur-cli/tree/v4)) series, see
5860
[CHANGELOG in `v4` branch][v4-changelog](https://github.com/cyberark/conjur-cli/blob/v4/CHANGELOG.md)**
5961

60-
[Unreleased]: https://github.com/cyberark/conjur-cli/compare/v6.2.3...HEAD
62+
[Unreleased]: https://github.com/cyberark/conjur-cli/compare/v6.2.4...HEAD
63+
[6.2.4]: https://github.com/cyberark/conjur-cli/compare/v6.2.3...v6.2.4
6164
[6.2.3]: https://github.com/cyberark/conjur-cli/compare/v6.2.2...v6.2.3
6265
[6.2.2]: https://github.com/cyberark/conjur-cli/compare/v6.2.1...v6.2.2
6366
[6.2.1]: https://github.com/cyberark/conjur-cli/compare/v6.2.0...v6.2.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.3
1+
6.2.4

lib/conjur/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2020
#
2121
module Conjur
22-
VERSION = '6.2.3'
22+
VERSION = '6.2.4'
2323
::Version=VERSION
2424
end

0 commit comments

Comments
 (0)