Skip to content

Commit

Permalink
Merge pull request #920 from lucasponce/bump_sdk_version
Browse files Browse the repository at this point in the history
Update CHANGES.md and version for v0.1.405
  • Loading branch information
machi1990 authored Feb 29, 2024
2 parents 349787d + b6d4253 commit 455b71d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
This document describes the relevant changes between releases of the OCM API
SDK.

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

# 0.1.404
- Update model version v0.0.357
- Add `ExternalAuth` to `ExternalAuthConfig` model
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.404"
const Version = "0.1.405"

0 comments on commit 455b71d

Please sign in to comment.