diff --git a/CHANGES.md b/CHANGES.md index ed1416b..724b710 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,11 @@ This document describes the relevant changes between releases of the API metamodel. +## 0.0.57 Jan 31 2023 + +- additionalProperties: is boolean +- path parameter "addon_id" must be required + ## 0.0.56 Aug 21 2022 - Update version field diff --git a/pkg/info/info.go b/pkg/info/info.go index 146349d..6c488a8 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.56" +const Version = "0.0.57"