File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and 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
Original file line number Diff line number Diff line change 1919
2020module Conjur
2121 class API
22- VERSION = "5.3.5 "
22+ VERSION = "5.3.6 "
2323 end
2424end
You can’t perform that action at this time.
0 commit comments