diff --git a/CHANGES.adoc b/CHANGES.adoc index 290b0018ba..2205ce4fd7 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -2,6 +2,13 @@ This document describes the relevant changes between releases of the `rosa` command line tool. +== 1.1.9 Jan 31 2022 + +- ROSA CLI Interactive install - make the choice default STS +- Add IAM List and Get role permissions to support policy +- The attribute name in error message should be same with the correct proxy attribute in body +- Fix bug - remove duplicated error message when deleting a cluster + == 1.1.8 Jan 27 2022 - Adding password argument to create admin diff --git a/pkg/info/info.go b/pkg/info/info.go index cf6345c34a..70f7bc1ea3 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,6 +18,6 @@ limitations under the License. package info -const Version = "1.1.8" +const Version = "1.1.9" const UserAgent = "ROSACLI"