File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.3.1 (September 03, 2024)
4+
5+ ### BUG FIXES
6+
7+ * 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 ) !
8+ * Clean up the non-admin user experience. [ #235 ] ( https://github.com/okta/okta-aws-cli/pull/235 ) , thanks [ @monde ] ( https://github.com/monde ) !
9+ * 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 ) !
10+ * Correct Classic Org error and expected exit. [ #231 ] ( https://github.com/okta/okta-aws-cli/pull/231 ) , thanks [ @monde ] ( https://github.com/monde ) !
11+
312## 2.3.0 (July 12, 2024)
413
514### ENHANCEMENTS
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ func init() {
4040
4141const (
4242 // Version app version
43- Version = "2.3.0 "
43+ Version = "2.3.1 "
4444
4545 ////////////////////////////////////////////////////////////
4646 // FORMATS
You can’t perform that action at this time.
0 commit comments