From c8783e801318455d89255d1d0f098402a44356e3 Mon Sep 17 00:00:00 2001 From: Miguel Soriano Date: Tue, 22 Oct 2024 16:45:52 +0200 Subject: [PATCH] ARO-7207 | chore: release v0.1.446 --- CHANGES.md | 6 ++++++ version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e7d13712..05cdd02c 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.446 +- Update model version v0.0.399 + - Improve Clusters Azure API type documentation + - Add Azure Operators Authentication related types + - Add `AzureOperatorsAuthentication` type to `Azure` type + ## 0.1.445 - Update model version v0.0.398 - Add updates for GCP Private Service Connect feature diff --git a/version.go b/version.go index b81998cd..46eec7f9 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.445" +const Version = "0.1.446"