From 84d0a367904f9d3e5e864cd5ad53dadab4486d0e Mon Sep 17 00:00:00 2001 From: Kumbirai Tanekha Date: Tue, 4 May 2021 22:23:13 +0100 Subject: [PATCH] Bump version to v5.3.5 This change adds the `rest_client_options` option to `Conjur.configuration` --- CHANGELOG.md | 5 ++++- lib/conjur-api/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8d244..207c834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/lib/conjur-api/version.rb b/lib/conjur-api/version.rb index 8ed494d..27fc290 100644 --- a/lib/conjur-api/version.rb +++ b/lib/conjur-api/version.rb @@ -19,6 +19,6 @@ module Conjur class API - VERSION = "5.3.4" + VERSION = "5.3.5" end end