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"