From b09a9a0a9965cdb9646118d396367d939f7e7897 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 13 Sep 2024 08:27:33 -0500 Subject: [PATCH] chore: bump version to 0.1.442 --- CHANGES.md | 5 +++++ version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 52e3b587d..c550d1ee1 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.442 +- Update model version v0.0.395 + - Add `ASWShard` struct + - Add `WifEnabled` field to `Version` model + ## 0.1.441 - Update model version v0.0.394 - Add `WifTemplates` field to `WifConfig` model diff --git a/version.go b/version.go index 77a472026..721905174 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.441" +const Version = "0.1.442"