diff --git a/CHANGES.md b/CHANGES.md index c4f6d0d..ed1416b 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.56 Aug 21 2022 + +- Update version field + ## 0.0.55 Aug 21 2022 - Replace deprecated APIs in ioutil with the alternatives. diff --git a/pkg/info/info.go b/pkg/info/info.go index 167c790..146349d 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.54" +const Version = "0.0.56"