diff --git a/CHANGES.adoc b/CHANGES.adoc index c4bea8c8..64ed7432 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,10 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +== 0.1.30 Dec 2 2019 + +- Add `--flavour` option to `ocm cluster create`. + == 0.1.28 Nov 18 2019 - Allow bare `ocm login` to suggest the token page without extra noise. diff --git a/pkg/info/info.go b/pkg/info/info.go index 1424ca5e..80247a53 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.29" +const Version = "0.1.30"