From 46acdd5d1c6138cfc2af8862e784e36a3369bf49 Mon Sep 17 00:00:00 2001 From: Jakob Gray <20209054+JakobGray@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:16:00 -0400 Subject: [PATCH] bump version to 0.1.433 (#981) --- CHANGES.md | 7 +++++++ version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d5ec382b..fd6ad353 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,13 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.433 +- Update model version v0.0.384 + - Add clusters_mgmt API model for v2alpha1 +- Update model version v0.0.385 + - Update WIF endpoint path + - Remove WIF templates endpoints + ## 0.1.432 - Update model version v0.0.383 - Add `Kind` and `Id` field to GCP `Authentication` structure diff --git a/version.go b/version.go index 635ad006..d4fdddec 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.432" +const Version = "0.1.433"