Skip to content

Commit d2a6722

Browse files
authored
Merge pull request #238 from okta/prep_v2_3_1
v2.3.1 Release
2 parents e55a600 + 80dbdd4 commit d2a6722

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func init() {
4040

4141
const (
4242
// Version app version
43-
Version = "2.3.0"
43+
Version = "2.3.1"
4444

4545
////////////////////////////////////////////////////////////
4646
// FORMATS

0 commit comments

Comments
 (0)