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

Commit 3a22a03

Browse files
author
John Tuttle
authored
Merge pull request #352 from cyberark/release-6.2.7
Bump version to v6.2.7
2 parents 7630d74 + a73dad9 commit 3a22a03

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
@@ -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.7] - 2022-05-09
10+
911
### Changed
1012
- Remove support for Ruby versions 2.5 and 2.6 [cyberark/cyberark-conjur-cli-docker-based#351](https://github.com/cyberark/cyberark-conjur-cli-docker-based/pull/351)
1113

@@ -79,7 +81,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7981
- **Codebase forked: for changes to the 5.x (API [v4](https://github.com/cyberark/conjur-cli/tree/v4)) series, see
8082
[CHANGELOG in `v4` branch][v4-changelog](https://github.com/cyberark/conjur-cli/blob/v4/CHANGELOG.md)**
8183

82-
[Unreleased]: https://github.com/cyberark/conjur-cli/compare/v6.2.6...HEAD
84+
[Unreleased]: https://github.com/cyberark/conjur-cli/compare/v6.2.7...HEAD
85+
[6.2.7]: https://github.com/cyberark/conjur-cli/compare/v6.2.6...v6.2.7
8386
[6.2.6]: https://github.com/cyberark/conjur-cli/compare/v6.2.5...v6.2.6
8487
[6.2.5]: https://github.com/cyberark/conjur-cli/compare/v6.2.4...v6.2.5
8588
[6.2.4]: https://github.com/cyberark/conjur-cli/compare/v6.2.3...v6.2.4

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.6
1+
6.2.7

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

0 commit comments

Comments
 (0)