Skip to content

Commit

Permalink
Merge pull request #628 from jhernand/release_0_1_260
Browse files Browse the repository at this point in the history
Release 0.1.260
  • Loading branch information
jhernand authored Apr 11, 2022
2 parents 8539617 + da61b8b commit dcd72de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.260 Apr 11 2022

- Update to model 0.0.191:
- Fix JSON representation of log severity.

## 0.1.259 Apr 8 2022

- Update to model 0.0.180:
- Update to model 0.0.190:
- Fix JSON names of identity provider types.
- Add enable minor version upgrades flag to upgrade policy.

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.259"
const Version = "0.1.260"

0 comments on commit dcd72de

Please sign in to comment.