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"