From 32f9a6b65eb33c50f69952933e58ccfa278b02cf Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Thu, 14 Oct 2021 15:15:05 +0200 Subject: [PATCH] Release 0.0.42 The more relevant changes in the new version are the following: - Accept iterator as parameter in `helpers.NewIterator`. Signed-off-by: Juan Hernandez --- CHANGES.adoc | 4 ++++ pkg/info/info.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 42cd748..fc5a9bc 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,10 @@ This document describes the relevant changes between releases of the API metamodel. +== 0.0.42 Oct 14 2021 + +- Accept iterator as parameter in `helpers.NewIterator`. + == 0.0.41 Sep 24 2021 The only change in this release is that the _GitHub_ action that publishes diff --git a/pkg/info/info.go b/pkg/info/info.go index cc02a1e..230f3ed 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.41" +const Version = "0.0.42"