diff --git a/CHANGES.md b/CHANGES.md index 4803078a..d5ec382b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,10 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.432 +- Update model version v0.0.383 + - Add `Kind` and `Id` field to GCP `Authentication` structure + ## 0.1.431 - Update model version v0.0.382 - Add `Authentication` field to GCP model diff --git a/version.go b/version.go index 391f4720..635ad006 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.431" +const Version = "0.1.432"