diff --git a/CHANGES.md b/CHANGES.md index fd6ad353..e1d2076d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,12 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.434 +- Update model version v0.0.386 + - Add `RootVolume` attribute to `AWSNodePool` model +- Update model version v0.0.387 + - Add `ProjectNumber` field to `WifConfig` model + ## 0.1.433 - Update model version v0.0.384 - Add clusters_mgmt API model for v2alpha1 diff --git a/version.go b/version.go index d4fdddec..8c3da3bd 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.433" +const Version = "0.1.434"