From 12acd7f7c2d184e74a2e8733df427e39cf19b21f Mon Sep 17 00:00:00 2001 From: Alba Hita Catala Date: Thu, 19 Dec 2024 10:15:44 +0100 Subject: [PATCH] Release v0.0.63 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 b9237c3..5c4f50d 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.64 Dec 19 2024 + +- Revert redundunt code changes. +- Fix ownership issue ## 0.0.63 Dec 16 2024 diff --git a/pkg/info/info.go b/pkg/info/info.go index 5e423a4..7e67dd7 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.63" +const Version = "0.0.64"