Skip to content

Commit

Permalink
v2.3.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
monde committed Sep 2, 2024
1 parent e55a600 commit 80dbdd4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func init() {

const (
// Version app version
Version = "2.3.0"
Version = "2.3.1"

////////////////////////////////////////////////////////////
// FORMATS
Expand Down

0 comments on commit 80dbdd4

Please sign in to comment.