Skip to content

Commit

Permalink
update changes doc and version for release 0.1.349
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranRoche committed Jun 22, 2023
1 parent 4541211 commit a08ce06
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.349
- Update model to version v0.0.293
- Add label list to OSDFM cluster request payloads
- Replace references to labels in OSDFM cluster structs with the labels themselves
- Fix typos in OSDFM cluster Label struct fields
- Add HashedPassword field to clusters_mgmt to provide encrypted value
- Add cluster autoscaler structs

## 0.1.348
- Update model version v0.0.291
- Add Reason to access review responses
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.348"
const Version = "0.1.349"

0 comments on commit a08ce06

Please sign in to comment.