Skip to content

Commit 7ee9967

Browse files
Bump version to 5.3.6 (#198)
* Bump version to 5.3.6
1 parent 4127bf7 commit 7ee9967

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ 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+
## [5.3.6] - 2021-12-09
810
### Changed
9-
- Upgrade and set ruby-3.0.2 as default.
11+
- Support ruby-3.0.2.
1012
[cyberark/conjur-api-ruby#197](https://github.com/cyberark/conjur-api-ruby/pull/197)
1113

1214
## [5.3.5] - 2021-05-04
@@ -349,7 +351,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
349351

350352
## [2.0.0] - 2013-13-12
351353

352-
[Unreleased]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.5...HEAD
354+
[Unreleased]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.6...HEAD
355+
[5.3.6]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.5...v5.3.6
353356
[5.3.5]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.4...v5.3.5
354357
[5.3.4]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.3...v5.3.4
355358
[5.3.3]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.1...v5.3.3

lib/conjur-api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Conjur
2121
class API
22-
VERSION = "5.3.5"
22+
VERSION = "5.3.6"
2323
end
2424
end

0 commit comments

Comments
 (0)