Skip to content

Commit

Permalink
Merge pull request #128 from okta/prep_1_2_2_release
Browse files Browse the repository at this point in the history
preparing 1.2.2 release
  • Loading branch information
MikeMondragon-okta authored Aug 31, 2023
2 parents 8232bfd + 733c272 commit 46fedfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.2 (August 30, 2023)

* Ensure evaluation of CLI flag for profile is in the same order as the other flags [#124](https://github.com/okta/okta-aws-cli/pull/124)
* Retry cached access token if it isn't expired by but receives API error [#127](https://github.com/okta/okta-aws-cli/pull/127)

## 1.2.1 (August 15, 2023)

* Friendly IdP and Role labels don't also print out ARN value (less text clutter in the UI)
Expand Down
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (

const (
// Version app version
Version = "1.2.1"
Version = "1.2.2"

// AWSCredentialsFormat format const
AWSCredentialsFormat = "aws-credentials"
Expand Down

0 comments on commit 46fedfd

Please sign in to comment.