From dcaf93fcfc7b359e2be8a6b022f34233cf9624dc Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Tue, 8 Mar 2022 14:45:35 +0100 Subject: [PATCH] Release 0.1.247 The more relevant changes in this release are the following: - Update to metamodel 0.0.52: - Add support for annotations. - Add `@json` and `@http` annotations. - Add `@go` annotation. - Add original text to names. - Add `Impersonate` method to support the `Impersonate-User` header. Signed-off-by: Juan Hernandez --- CHANGES.md | 9 +++++++++ version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4fd5bf924..756e10cbd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,15 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.247 Mar 8 2022 + +- Update to metamodel 0.0.52: + - Add support for annotations. + - Add `@json` and `@http` annotations. + - Add `@go` annotation. + - Add original text to names. + - Add `Impersonate` method to support the `Impersonate-User` header. + ## 0.1.246 Mar 7 2022 - Update to model 0.0.178: diff --git a/version.go b/version.go index f1b0e56c0..d610f177f 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.246" +const Version = "0.1.247"