From 71ffe784f938a1586a676120347e6991e975a0be Mon Sep 17 00:00:00 2001 From: Massimiliano Ziccardi Date: Fri, 13 Dec 2024 18:49:39 +0100 Subject: [PATCH] chore: release v0.1.450 --- CHANGES.md | 5 +++++ version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0a8388e9..1bcac045 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,11 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.450 +- Update model version v0.0.403 + - Add `NodesOutboundConnectivity` in azure_type.model to the `Azure` model + - Add `AzureNodesOutboundConnectivity` model + ## 0.1.449 Update model version v0.0.402 - Add WifConfig status endpoint diff --git a/version.go b/version.go index a5013c76..509ca811 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.449" +const Version = "0.1.450"