Skip to content

Commit

Permalink
Merge pull request #190 from cyberark/bump
Browse files Browse the repository at this point in the history
Bump version to v5.3.5
  • Loading branch information
Geri Jennings authored May 4, 2021
2 parents 9331206 + 84d0a36 commit 4f52c76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [5.3.5] - 2021-05-04

### Added
- Add `rest_client_options` option to `Conjur.configuration`. This allows users to
configure the RestClient instance used by Conjur API to communicate with the Conjur
Expand Down Expand Up @@ -344,7 +346,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [2.0.0] - 2013-13-12

[Unreleased]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.4...HEAD
[Unreleased]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.5...HEAD
[5.3.5]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.4...v5.3.5
[5.3.4]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.3...v5.3.4
[5.3.3]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.1...v5.3.3
[5.3.1]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.0...v5.3.1
Expand Down
2 changes: 1 addition & 1 deletion lib/conjur-api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Conjur
class API
VERSION = "5.3.4"
VERSION = "5.3.5"
end
end

0 comments on commit 4f52c76

Please sign in to comment.