diff --git a/CHANGES.adoc b/CHANGES.adoc index 03bd132880..0114f01916 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,17 @@ This document describes the relevant changes between releases of the `moactl` command line tool. +== 0.0.11 Sep 22 2020 + +- verify-oc: Only warn when oc client missing +- verify-quota: Avoid nil pointer dereferencing +- versions: Use OpenShift versions that have MOA marketplace images +- create-cluster: Allow selective override of the paid AMI +- Correct typos and incorrect commands in README +- Update README.md +- versions: Expose channel-group +- Use OCM SDK to get token expiration + == 0.0.10 Sep 14 2020 - reporter: Do not use colors on Windows diff --git a/pkg/info/info.go b/pkg/info/info.go index b6dc47f52b..f32a7843f6 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.0.10" +const Version = "0.0.11"