Skip to content

Commit

Permalink
Added changes for release PR
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshRavula committed Aug 3, 2020
1 parent 8344a14 commit 4b45b6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v5.14.1(Unreleased)
## v5.15.0

#### Notes
This release extends support to OneView Rest API version 1800 (OneView v5.30) for the Synergy hardware variant to the following features:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ The Docker Store image tag consist of two sections: <sdk_version-OV_version>
```bash
# Download and store a local copy of oneview-sdk-ruby and
# use it as a Docker image.
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-ruby:v5.14.0-OV5.3
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-ruby:v5.15.0-OV5.3
# Run docker commands below given, which will in turn create
# a sh session where you can create files, issue commands and execute the examples.
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-ruby:v5.14.0-OV5.3 /bin/sh
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-ruby:v5.15.0-OV5.3 /bin/sh
```

### Local Setup
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.14.0'.freeze
VERSION = '5.15.0'.freeze
end

0 comments on commit 4b45b6c

Please sign in to comment.