From 9b48cb89361332371cdfb66cc23a265c24892798 Mon Sep 17 00:00:00 2001 From: Miguel Soriano Date: Mon, 13 May 2024 19:38:52 +0200 Subject: [PATCH] ARO-7210 | chore: release v0.1.420 --- CHANGES.md | 5 +++++ version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 48c76725..427f83d0 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.420 +- Update model version v0.0.373 + - Add `subnet_resource_id` to `Azure` resource + - Add `network_security_group_resource_id to `Azure` resource + ## 0.1.419 - Update model version v0.0.372 - Exposed the `/api/clusters_mgmt/v1/clusters/{id}/kubelet_configs` endpoint diff --git a/version.go b/version.go index 85afef4e..a1798ced 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.419" +const Version = "0.1.420"