diff --git a/CHANGES.adoc b/CHANGES.adoc index 2bc08e3a..6bfaabb7 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,13 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +== 0.1.44 Oct 15 2020 + +- Convert cluster versions to list versions +- `ocm tunnel` uses cluster id directly without a flag +- Update ocm-sdk-go to 0.1.139 +- Add list/create/edit/delete machine pool commands + == 0.1.43 Sep 23 2020 - Show channel group in 'ocm describe cluster'. diff --git a/pkg/info/info.go b/pkg/info/info.go index 6ab84b0b..0db9115e 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.43" +const Version = "0.1.44"