From bc77e34875609b534dcefffdb80b888eb5123a71 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Date: Tue, 5 Mar 2024 12:20:58 -0300 Subject: [PATCH] OCM-6454 | chore: Release 0.1.407 --- CHANGES.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 35213167c..0dd8f553c 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.407 +- Update model version v0.0.360 + - Add `ComponentRoutes` attribute to `Ingress` + ## 0.1.406 - Migrate Keychain `securestore` usage to non-CGO libraries diff --git a/version.go b/version.go index add1dea01..f6c2169ff 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.406" +const Version = "0.1.407"