diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f181c6..08ae1d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/internal/config/config.go b/internal/config/config.go index 24bd707..3c75cd3 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -40,7 +40,7 @@ func init() { const ( // Version app version - Version = "2.1.1" + Version = "2.1.2" //////////////////////////////////////////////////////////// // FORMATS