diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3e1d281..461bb9f47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v5.2.0 (Unreleased) +## v5.2.0 #### New Features: - [#287](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/287) Missing method to apply/reapply configuration to Interconnect of API500 diff --git a/README.md b/README.md index 94a9134bc..e23baee42 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The OneView SDK provides a Ruby library to easily interact with HPE OneView and - Require the gem in your Gemfile: ```ruby - gem 'oneview-sdk', '~> 5.1' + gem 'oneview-sdk', '~> 5.2' ``` Then run `$ bundle install` diff --git a/lib/oneview-sdk/version.rb b/lib/oneview-sdk/version.rb index ebd8f7466..d92857123 100644 --- a/lib/oneview-sdk/version.rb +++ b/lib/oneview-sdk/version.rb @@ -11,5 +11,5 @@ # Gem version defined here module OneviewSDK - VERSION = '5.1.2'.freeze + VERSION = '5.2.0'.freeze end