diff --git a/CHANGES.md b/CHANGES.md index e1d2076d..545b05f9 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.435 +- Add 'OidcThumbprint' type model to v1 and v2alpha1 +- Add 'OidcThumbprintInput' type model to v1 and v2alpha1 +- Add 'OidcThumbprint' resource model to v1 and v2alpha1 + ## 0.1.434 - Update model version v0.0.386 - Add `RootVolume` attribute to `AWSNodePool` model diff --git a/version.go b/version.go index 8c3da3bd..da0fa516 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.434" +const Version = "0.1.435"