diff --git a/CHANGES.md b/CHANGES.md index 9ff10410..44f05d3d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,11 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.438 +- Update model version v0.0.391 + - Add `RegistryConfig` attribute to `Cluster` model + - Add `RegistryAllowlist` resource and endpoints + ## 0.1.437 - Update model version v0.0.390 - Add `RolePrefix` field to `WifGcp` model diff --git a/version.go b/version.go index 06257010..c496ecba 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.437" +const Version = "0.1.438"