diff --git a/CHANGES.md b/CHANGES.md index 21abf0e2..44aa1ef4 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.429 +- Update model version v0.0.380 + - Add `Architecture` attribute to `MachineType` model + - Add `ReleaseImages` attribute to `Version` model + ## 0.1.428 - Update model version v0.0.379 - Add `Ec2MetadataHttpTokens` to `AWSNodePool` resource diff --git a/version.go b/version.go index a6459069..1b65e017 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.428" +const Version = "0.1.429"