Skip to content

Commit

Permalink
Preparing 1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
monde committed Aug 31, 2023
1 parent 8232bfd commit 733c272
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 733c272

Please sign in to comment.