Skip to content

Commit

Permalink
Prep v2.0.0-beta.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
monde committed Nov 2, 2023
1 parent 1990996 commit a10827b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ awscli:
Ops
```

## 2.0.0-beta.6 (November 2, 2023)

* New m2m flag `--private-key-file` read private key from file
* Bug fix panic when okta.yaml is not established (it doesn't have to be established either)
* Bug fix allowing `--version` w/o sub command [#150](https://github.com/okta/okta-aws-cli/pull/150), thanks [@malept](https://github.com/malept)!

## 2.0.0-beta.5 (October 13, 2023)

Friendly label matching for IdPs and Roles with `$HOME/.okta/okta.yaml` file can be regular expressions.
Expand Down
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func init() {

const (
// Version app version
Version = "2.0.0-beta.5"
Version = "2.0.0-beta.6"

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

0 comments on commit a10827b

Please sign in to comment.