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

Commit 01cc2fc

Browse files
author
John Tuttle
authored
Merge pull request #331 from cyberark/release-6.2.5
Bump version to 6.2.5
2 parents 927ed81 + 05ed626 commit 01cc2fc

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [6.2.5] - 2021-09-29
10+
911
### Fixed
1012
- Upgraded `highline` dependency to fix deprecation warning.
1113
[cyberark/conjur-cli#330](https://github.com/cyberark/conjur-cli/pull/330)

VERSION

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

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.4'
22+
VERSION = '6.2.5'
2323
::Version=VERSION
2424
end

0 commit comments

Comments
 (0)