diff --git a/CHANGES.adoc b/CHANGES.adoc index f88f3dcf2b..7f67ae63b7 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,10 @@ This document describes the relevant changes between releases of the `rosa` command line tool. +== 1.0.4 Apr 7 2021 + +- aws: Log event when creating client with STS credentials + == 1.0.3 Apr 6 2021 - aws: Enable skip SCP check on init diff --git a/pkg/info/info.go b/pkg/info/info.go index 457714afda..c225d71c76 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "1.0.3" +const Version = "1.0.4"