Skip to content

Commit e2f6f65

Browse files
committed
v2.1.2 release
Closes #192 Closes #193
1 parent 0e074e6 commit e2f6f65

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.1.2 (February 27, 2024)
4+
5+
### BUG FIXES
6+
7+
* 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)!
8+
39
## 2.1.1 (February 23, 2024)
410

511
### BUG FIXES

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.1.1"
43+
Version = "2.1.2"
4444

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

0 commit comments

Comments
 (0)