Skip to content

Commit

Permalink
Merge pull request #197 from okta/prep_v2_1_2
Browse files Browse the repository at this point in the history
v2.1.2 release
  • Loading branch information
monde authored Feb 27, 2024
2 parents 0e074e6 + e2f6f65 commit f0d6b31
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
@@ -1,5 +1,11 @@
# Changelog

## 2.1.2 (February 27, 2024)

### BUG FIXES

* Additional fix for bug dealing with multiple profiles in okta.yaml [#196](https://github.com/okta/okta-aws-cli/pull/196), thanks [@MatthewJohn](https://github.com/MatthewJohn)!

## 2.1.1 (February 23, 2024)

### BUG FIXES
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.1.1"
Version = "2.1.2"

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

0 comments on commit f0d6b31

Please sign in to comment.