diff --git a/CHANGELOG.md b/CHANGELOG.md index 02bd3ed..45c8b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.3.1 (September 03, 2024) + +### BUG FIXES + +* Fix buggy retry error loop that causes operator confusion. [#237](https://github.com/okta/okta-aws-cli/pull/237), thanks [@monde](https://github.com/monde)! +* Clean up the non-admin user experience. [#235](https://github.com/okta/okta-aws-cli/pull/235), thanks [@monde](https://github.com/monde)! +* Don't warn if okta.yaml doesn't exist. [#232](https://github.com/okta/okta-aws-cli/pull/232), thanks [@monde](https://github.com/monde)! +* Correct Classic Org error and expected exit. [#231](https://github.com/okta/okta-aws-cli/pull/231), thanks [@monde](https://github.com/monde)! + ## 2.3.0 (July 12, 2024) ### ENHANCEMENTS diff --git a/internal/config/config.go b/internal/config/config.go index ce2f525..c518dca 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -40,7 +40,7 @@ func init() { const ( // Version app version - Version = "2.3.0" + Version = "2.3.1" //////////////////////////////////////////////////////////// // FORMATS