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

Commit a7879af

Browse files
author
John Tuttle
committed
Release 6.2.8
1 parent 5148ab4 commit a7879af

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [6.2.8] - 2022-08-16
10+
11+
### Fixed
12+
- Fixed rubygems delivery [cyberark/cyberark-conjur-cli-docker-based#354](https://github.com/cyberark/cyberark-conjur-cli-docker-based/pull/354)
13+
914
## [6.2.7] - 2022-05-09
1015

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

84-
[Unreleased]: https://github.com/cyberark/conjur-cli/compare/v6.2.7...HEAD
89+
[Unreleased]: https://github.com/cyberark/conjur-cli/compare/v6.2.8...HEAD
90+
[6.2.8]: https://github.com/cyberark/conjur-cli/compare/v6.2.7...v6.2.8
8591
[6.2.7]: https://github.com/cyberark/conjur-cli/compare/v6.2.6...v6.2.7
8692
[6.2.6]: https://github.com/cyberark/conjur-cli/compare/v6.2.5...v6.2.6
8793
[6.2.5]: https://github.com/cyberark/conjur-cli/compare/v6.2.4...v6.2.5

VERSION

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

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

0 commit comments

Comments
 (0)