From be9c840975404ef670a34a4cdecee01f2e8442a1 Mon Sep 17 00:00:00 2001 From: Jakob Gray <20209054+JakobGray@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:01:18 -0500 Subject: [PATCH] bump version to 0.1.451 --- CHANGES.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1bcac045..299b913f 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.451 +- Update model version v0.0.404 + - Add WifConfig patch endpoint + ## 0.1.450 - Update model version v0.0.403 - Add `NodesOutboundConnectivity` in azure_type.model to the `Azure` model diff --git a/version.go b/version.go index 509ca811..a6de2116 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.450" +const Version = "0.1.451"