From bf480d0477e595ef49e134e0e9327dc5cdf8a998 Mon Sep 17 00:00:00 2001 From: Alba Hita Catala Date: Fri, 13 Dec 2024 09:51:49 +0100 Subject: [PATCH] chore: Release 0.062 Signed-off-by: Alba Hita Catala --- CHANGES.md | 4 ++++ pkg/info/info.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"