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"