Skip to content

Commit

Permalink
Preparing to release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogpsf committed Oct 19, 2017
1 parent 257189a commit a150be3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion lib/oneview-sdk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

# Gem version defined here
module OneviewSDK
VERSION = '5.1.2'.freeze
VERSION = '5.2.0'.freeze
end

0 comments on commit a150be3

Please sign in to comment.