From 620d48d3c3deba1debb47c1fd30c0d71b9eed00c Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Thu, 18 May 2023 17:33:22 +0200 Subject: [PATCH] Release 0.0.58 The more relevant changes in the new version are the following: - Honor `@json` annotation in OpenAPI generator. 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 724b710..72fabea 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.58 May 18 2023 + +- Honor `@json` annotation in OpenAPI generation. + ## 0.0.57 Jan 31 2023 - additionalProperties: is boolean diff --git a/pkg/info/info.go b/pkg/info/info.go index 6c488a8..76c1c1a 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.57" +const Version = "0.0.58"