From f538306038136a4c720426350f5e10f1ceb1d47c Mon Sep 17 00:00:00 2001 From: Guilherme Branco Date: Mon, 9 Sep 2024 12:47:31 -0300 Subject: [PATCH] chore: Release v0.1.440 --- CHANGES.md | 6 ++++++ version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4917170f..76779fdb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,12 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.440 +- Update model version v0.0.393 + - Include missing field to hypershift model + - Include new fields to manifest model + - Remove v2alpha1 resources + ## 0.1.439 - Update model version v0.0.392 - Add `vm` WIF access type diff --git a/version.go b/version.go index fa16289f..d8d2f473 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.439" +const Version = "0.1.440"