diff --git a/CHANGES.adoc b/CHANGES.adoc index 14168ec1a..a412d33ea 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,13 @@ This document describes the relevant changes between releases of the `moactl` command line tool. +== 0.0.5 Jul 21 2020 + +- README: updates from second moa hackday +- Don't validate AWS Organization List Policies +- Validate permissions in the AWS client region +- Validate only permissions in the OSD SCP policy document + == 0.0.4 Jul 20 2020 - README: update adding IDP section diff --git a/pkg/info/info.go b/pkg/info/info.go index fb57d027c..a6c6bf8c4 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.4" +const Version = "0.0.5"