From 3caa31227a9b9db23b066510b236a7d97f85c78d Mon Sep 17 00:00:00 2001 From: croche Date: Mon, 24 Jun 2024 09:32:43 +0100 Subject: [PATCH] chore: bump version and changes for 0.1.426 --- CHANGES.md | 3 +++ version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 88882e0d..169af26c 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.426 +- Update for Windows support including systemcertpool + ## 0.1.425 - Update Windows certificates diff --git a/version.go b/version.go index f566418d..3608e894 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.425" +const Version = "0.1.426"