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

Commit

Permalink
Merge pull request #352 from cyberark/release-6.2.7
Browse files Browse the repository at this point in the history
Bump version to v6.2.7
  • Loading branch information
jtuttle authored May 31, 2022
2 parents 7630d74 + a73dad9 commit 3a22a03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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]

## [6.2.7] - 2022-05-09

### Changed
- 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)

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

[Unreleased]: https://github.com/cyberark/conjur-cli/compare/v6.2.6...HEAD
[Unreleased]: https://github.com/cyberark/conjur-cli/compare/v6.2.7...HEAD
[6.2.7]: https://github.com/cyberark/conjur-cli/compare/v6.2.6...v6.2.7
[6.2.6]: https://github.com/cyberark/conjur-cli/compare/v6.2.5...v6.2.6
[6.2.5]: https://github.com/cyberark/conjur-cli/compare/v6.2.4...v6.2.5
[6.2.4]: https://github.com/cyberark/conjur-cli/compare/v6.2.3...v6.2.4
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.6
6.2.7
2 changes: 1 addition & 1 deletion lib/conjur/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
module Conjur
VERSION = '6.2.6'
VERSION = '6.2.7'
::Version=VERSION
end

0 comments on commit 3a22a03

Please sign in to comment.