diff --git a/CHANGES.adoc b/CHANGES.adoc index 5e7b575c4..e327e356b 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,12 @@ This document describes the relevant changes between releases of the OCM API SDK. +== 0.1.118 Aug 7 2020 + +- Update to model v0.0.75 +** Added support_case resource +** Added token_authorization to root_resource + == 0.1.117 Aug 5 2020 - Update to model v0.0.73 diff --git a/version.go b/version.go index ca3286fea..51cc3a0f5 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.117" +const Version = "0.1.118"