From 49996d9e24d508266fb1971f8c1c780f1577ae63 Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Fri, 1 Apr 2022 16:40:31 +0200 Subject: [PATCH] Release 0.0.53 The more relevant changes in the new release are the following: - Don't consider `Status` and `Error` built-in request parameters. Signed-off-by: Juan Hernandez --- CHANGES.md | 6 +++++- pkg/info/info.go | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e0d3fe9..71d8c82 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,11 @@ This document describes the relevant changes between releases of the API metamodel. -## 0.0.52 Mar 8 2020 +## 0.0.53 Apr 1 2022 + +- Don't consider `Status` and `Error` built-in request parameters. + +## 0.0.52 Mar 8 2022 - Add support for annotations. - Add `@json` and `@http` annotations. diff --git a/pkg/info/info.go b/pkg/info/info.go index fe00c06..5d1c8f8 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.0.52" +const Version = "0.0.53"