diff --git a/CHANGES.adoc b/CHANGES.adoc index 64ed7432..d7be3e8a 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.31 Dec 2 2019 + +- Add support for _Windows_. + == 0.1.30 Dec 2 2019 - Add `--flavour` option to `ocm cluster create`. diff --git a/pkg/info/info.go b/pkg/info/info.go index 80247a53..013c0b13 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.30" +const Version = "0.1.31"