diff --git a/CHANGES.adoc b/CHANGES.adoc index bf66e91b..1e1a6cdc 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,12 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +== 0.1.48 Mar 10 2021 +- Add support for hibernate / resume cluster. +- Add flag to sshuttle. +- Fix cluster admin enabled output. +- Fix empty edit default machine pool. + == 0.1.47 Feb 2 2021 - Update ocm-sdk-go to 0.1.152 diff --git a/pkg/info/info.go b/pkg/info/info.go index a234793d..2ca65611 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.47" +const Version = "0.1.48"