From 80dbdd49303f9b721e965e6dcf0439d3544f5690 Mon Sep 17 00:00:00 2001 From: Mike Mondragon Date: Mon, 2 Sep 2024 12:01:09 -0700 Subject: [PATCH] v2.3.1 Release --- CHANGELOG.md | 9 +++++++++ internal/config/config.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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