diff --git a/CHANGELOG.md b/CHANGELOG.md index 868949624..a223583ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This release fixes few bugs which are listed below. Alerts #### Bug fixes & Enhancements -- Added helper method to change request body for Server Profile for API600. +- [#362](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/362) Added helper method to change request body for Server Profile for API600. - [#354](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/354) Input data has be to be a part of body, but not the header for import certificate method in enclosure. - [#356](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/356) Not able to add and remove scopes from a resource in a single API call. - [#359](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/359) Interconnect link topologies endpoints not available for api600. Fixed by inheriting from API500. diff --git a/lib/oneview-sdk/version.rb b/lib/oneview-sdk/version.rb index b1cf2cbad..3433a5b4b 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.5.0'.freeze + VERSION = '5.6.0'.freeze end