Skip to content

Commit

Permalink
Merge pull request #302 from HewlettPackard/bugfix/race-condition-on-…
Browse files Browse the repository at this point in the history
…resource-helper

Fixed #301
  • Loading branch information
fgbulsoni authored Jan 8, 2018
2 parents 14e4611 + c4407d4 commit f8879cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## v5.3.0(Unreleased)
## v5.3.0

#### New Resources:
- Login Detail
- Version

#### Bug fixes & Enhancements
- [#226](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/226) Add_rack_resource method returns NOMATCHING_ETAG_MESSAGE.
- [#301](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/301) Bug - Race condition when requiring oneview-sdk gem on ruby 2.4

## v5.2.0

Expand Down
1 change: 1 addition & 0 deletions lib/oneview-sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
require_relative 'oneview-sdk/exceptions'
require_relative 'oneview-sdk/client'
require_relative 'oneview-sdk/resource'
require_relative 'oneview-sdk/resource_helper'
Dir[File.dirname(__FILE__) + '/oneview-sdk/resource/*.rb'].each { |file| require file }
require_relative 'oneview-sdk/scmb'
require_relative 'oneview-sdk/image_streamer'
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.2.0'.freeze
VERSION = '5.3.0'.freeze
end

0 comments on commit f8879cc

Please sign in to comment.