From 4b6c608d7e60e293b11f9df2bfa76cadc9d6e610 Mon Sep 17 00:00:00 2001 From: Andrea Decorte Date: Wed, 8 Nov 2023 17:20:22 +0100 Subject: [PATCH] chore: release 0.1.385 --- CHANGES.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 985f1a68..f1a38573 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.385 +- Update model version to v0.0.338 + - Add `ProductTechnologyPreviews` and `ProductMinimalVersions` endpoints + ## 0.1.384 - Updated client for `KubeletConfig` to align `post` and `update` function signatures diff --git a/version.go b/version.go index 47533ac7..bdf32ada 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.384" +const Version = "0.1.385"