diff --git a/CHANGES.md b/CHANGES.md index f613af2..f006707 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.62 Dec 13 2024 + +- Add support for `ref` annotation + ## 0.0.61 Sep 06 2024 - Add timestamp to error generator diff --git a/pkg/info/info.go b/pkg/info/info.go index 305506d..e0a6029 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.59" +const Version = "0.0.62"