From cd695a92570e75b4730c228a5fb82e6a610611c8 Mon Sep 17 00:00:00 2001 From: croche Date: Thu, 13 Jun 2024 09:19:47 +0100 Subject: [PATCH] OCM-8291 | chore: bump version and changes.md for 0.1.425 --- CHANGES.md | 3 +++ version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bb787a27..88882e0d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,9 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.425 +- Update Windows certificates + ## 0.1.424 - Update model version v0.0.377 - Change type of the `OSDiskSizeGibibytes` attribute in the `AzureNodePool` resource from String to Integer. diff --git a/version.go b/version.go index d075f9ee..f566418d 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.424" +const Version = "0.1.425"