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"