Skip to content

Commit

Permalink
Merge pull request #517 from jhernand/release_0_1_224
Browse files Browse the repository at this point in the history
Release 0.1.224
  • Loading branch information
jhernand authored Dec 10, 2021
2 parents 374f180 + 176695e commit b3b7107
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.224 Dec 10 2021

- Support pull-secret access token as a valid token.

- Update to model 0.0.156:
- Add `updates` method to status board product resource.
- Fix status get method of status board.

## 0.1.223 Dec 9 2021

- Update to model 0.0.155:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package sdk

const Version = "0.1.223"
const Version = "0.1.224"

0 comments on commit b3b7107

Please sign in to comment.