Skip to content

Commit

Permalink
Release v0.1.406
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercreller committed Mar 4, 2024
1 parent fbf6c59 commit d04a6ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
This document describes the relevant changes between releases of the OCM API
SDK.

# 0.1.405
## 0.1.406
- Migrate Keychain `securestore` usage to non-CGO libraries

## 0.1.405
- Update model version v0.0.359
- Add `ExternalAuthConfig` resource to `Cluster` model.
- Add `DomainPrefix` to `Cluster` model.

# 0.1.404
## 0.1.404
- Update model version v0.0.357
- Add `ExternalAuth` to `ExternalAuthConfig` model

# 0.1.403
## 0.1.403
- Update model version v0.0.356
- Reverting change to remove provision shard from cluster

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.405"
const Version = "0.1.406"

0 comments on commit d04a6ed

Please sign in to comment.