diff --git a/CHANGES.md b/CHANGES.md index 4a470ae0d..13210b35b 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.322 +- Update model to v0.0.263 + - Add `HypershiftEnabled` boolean to `Version` Type model. + ## 0.1.321 - Update model to v0.0.262 - Add `Control Plane Upgrade Scheduler` endpoints. diff --git a/version.go b/version.go index b9c53c49a..8596b9b9b 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.321" +const Version = "0.1.322"