Skip to content

Commit 4f52c76

Browse files
author
Geri Jennings
authored
Merge pull request #190 from cyberark/bump
Bump version to v5.3.5
2 parents 9331206 + 84d0a36 commit 4f52c76

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.4"
22+
VERSION = "5.3.5"
2323
end
2424
end

0 commit comments

Comments
 (0)