From 4f44ba5755216c8af632a26156c8478aa9d1f46a Mon Sep 17 00:00:00 2001 From: tithakka Date: Tue, 29 Aug 2023 14:29:56 -0700 Subject: [PATCH 1/3] Release 0.1.366 --- CHANGES.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 6f50f6d3..41d33afd 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.366 +- Update model version v0.0.313 + - Add new resources and a type for `BillingModelItem` + ## 0.1.365 - Update model version v0.0.312 - Added support for `AddonInstallations` endpoints for `addons_mgmt`. diff --git a/version.go b/version.go index eef52518..a56a8af1 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.365" +const Version = "0.1.366" From 2a50ab5b9cad98f6b8598a15e5603fd6df38ca03 Mon Sep 17 00:00:00 2001 From: tithakka Date: Wed, 30 Aug 2023 06:02:45 -0700 Subject: [PATCH 2/3] Updated model version to 0.0.314 --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 41d33afd..a9f803e2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,8 +4,9 @@ This document describes the relevant changes between releases of the OCM API SDK. ## 0.1.366 -- Update model version v0.0.313 +- Update model version v0.0.314 - Add new resources and a type for `BillingModelItem` + - Revert "adding name field to Account type" ## 0.1.365 - Update model version v0.0.312 From 5262d2c1d3efc62db4db1de923ec52009034ca03 Mon Sep 17 00:00:00 2001 From: tithakka Date: Wed, 30 Aug 2023 07:22:55 -0700 Subject: [PATCH 3/3] Removed unnecessary description in changes file --- CHANGES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a9f803e2..2f4f8bbb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,6 @@ SDK. ## 0.1.366 - Update model version v0.0.314 - Add new resources and a type for `BillingModelItem` - - Revert "adding name field to Account type" ## 0.1.365 - Update model version v0.0.312