Skip to content

Commit

Permalink
Release 0.1.260
Browse files Browse the repository at this point in the history
The more relevant changes in this release are the following:

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

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed Apr 11, 2022
1 parent 8539617 commit da61b8b
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 da61b8b

Please sign in to comment.