diff --git a/CHANGES.md b/CHANGES.md index 6f50f6d34..2f4f8bbbc 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.314 + - 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 eef525184..a56a8af13 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"