From 100d512f8301354420d55cfa1ccd0feb456f41ca Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Thu, 20 May 2021 17:19:18 +0200 Subject: [PATCH] Release 0.1.50 The more relevant changes in the new version are the following: - Merge value of `--parameter search="..."` with search query generated by the `list clusters` command. Signed-off-by: Juan Hernandez --- CHANGES.adoc | 5 +++++ pkg/info/info.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 45bf5d01..2802c504 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,11 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +== 0.1.50 May 20 2021 + +- Merge value of `--parameter search="..."` with search query generated by the + `list clusters` command. + == 0.1.49 May 4 2021 - Update ocm-sdk-go to 0.1.173 - Commands for Job Queues diff --git a/pkg/info/info.go b/pkg/info/info.go index 13340abd..b0608876 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.1.49" +const Version = "0.1.50"