From 5fe23411ed84422bcf43edc11c24b02e685e376f Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Thu, 22 Jun 2023 21:02:12 +0200 Subject: [PATCH] Release 0.0.59 The more relevant changes in the new version are the following: - Honor `@json` annotation in query parameters. Signed-off-by: Juan Hernandez --- CHANGES.md | 4 ++++ pkg/info/info.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 72fabea..219f146 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,10 @@ This document describes the relevant changes between releases of the API metamodel. +## 0.0.59 Jun 22 2023 + +- Honor `@json` annotation in query parameters. + ## 0.0.58 May 18 2023 - Honor `@json` annotation in OpenAPI generation. diff --git a/pkg/info/info.go b/pkg/info/info.go index 76c1c1a..305506d 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.58" +const Version = "0.0.59"