File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ ## [ 5.3.5] - 2021-05-04
10+
911### Added
1012- Add ` rest_client_options ` option to ` Conjur.configuration ` . This allows users to
1113 configure the RestClient instance used by Conjur API to communicate with the Conjur
@@ -344,7 +346,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
344346
345347## [ 2.0.0] - 2013-13-12
346348
347- [ Unreleased ] : https://github.com/cyberark/conjur-api-ruby/compare/v5.3.4...HEAD
349+ [ Unreleased ] : https://github.com/cyberark/conjur-api-ruby/compare/v5.3.5...HEAD
350+ [ 5.3.5 ] : https://github.com/cyberark/conjur-api-ruby/compare/v5.3.4...v5.3.5
348351[ 5.3.4 ] : https://github.com/cyberark/conjur-api-ruby/compare/v5.3.3...v5.3.4
349352[ 5.3.3 ] : https://github.com/cyberark/conjur-api-ruby/compare/v5.3.1...v5.3.3
350353[ 5.3.1 ] : https://github.com/cyberark/conjur-api-ruby/compare/v5.3.0...v5.3.1
Original file line number Diff line number Diff line change 1919
2020module Conjur
2121 class API
22- VERSION = "5.3.4 "
22+ VERSION = "5.3.5 "
2323 end
2424end
You can’t perform that action at this time.
0 commit comments