diff --git a/CHANGES.md b/CHANGES.md index 3219f6fd..1c6969db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,9 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.414 +- Update metamodel version v0.0.60 + ## 0.1.413 - Update model version v0.0.366 - Fix Default Capabilities. diff --git a/Makefile b/Makefile index 3f0e93b4..01df23ed 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ model_version:=v0.0.366 model_url:=https://github.com/openshift-online/ocm-api-model.git # Details of the metamodel to use: -metamodel_version:=v0.0.59 +metamodel_version:=v0.0.60 goimports_version:=v0.4.0 diff --git a/version.go b/version.go index f6e5704a..1cc2a223 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.413" +const Version = "0.1.414"