From 55f349b993f8f6fd492bb5e94cb69871e05567bf Mon Sep 17 00:00:00 2001 From: Irit goihman Date: Fri, 7 Aug 2020 09:12:32 +0300 Subject: [PATCH] Release v.0.1.118 - Update to model v0.0.75 ** Added support_case resource ** Added token_authorization to root_resource --- CHANGES.adoc | 6 ++++++ version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"