From 7d9de3446255db5685b06be074cfa7a717f66d3f Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Wed, 18 May 2022 12:08:36 +0200 Subject: [PATCH] Release 0.1.268 The more relevant changes in the new release are the following: - Update to model 0.0.200 - Add `hypershift.enabled` field to the cluster type. Signed-off-by: Juan Hernandez --- CHANGES.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 770f94878..2f62d293e 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.268 + +- Update to model 0.0.200: + - Add `hypershift.enabled` field to the cluster type. ## 0.1.267 - Update to model 0.0.199: diff --git a/version.go b/version.go index 0c08b2f4e..d8a816157 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.267" +const Version = "0.1.268"