diff --git a/CHANGES.adoc b/CHANGES.adoc index d01dd62e61..12342f469b 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,10 @@ This document describes the relevant changes between releases of the `moactl` command line tool. +== 0.0.8 Aug 27 2020 + +- verify-oc: Ensure no output on error + == 0.0.7 Aug 26 2020 - create-cluster: List regions using user AWS creds diff --git a/pkg/info/info.go b/pkg/info/info.go index af53ab213c..11676b43dc 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.7" +const Version = "0.0.8"