From 06f9db929f40cea52ce74eb5c2df0fc78ae31c55 Mon Sep 17 00:00:00 2001 From: Mike Mondragon Date: Fri, 9 Feb 2024 16:28:39 -0800 Subject: [PATCH] changelog liner notes --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fdc15e..aa9f015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,13 @@ TBD +### ENHANCEMENTS + +* Explicitly set AWS Region with CLI flag `--aws-region` [#NNN](https://github.com/okta/okta-aws-cli/pull/NNN), thanks [@euchen-circle](https://github.com/euchen-circle), [@igaskin](https://github.com/igaskin)! + ### BUG FIXES -* Process credentials format was not emitting JSON correctly when `--write-aws-credentials` flag is present [#NNN](https://github.com/okta/okta-aws-cli/pull/NNN), thanks [@monde](https://github.com/monde)! +* Process credentials format was not emitting JSON correctly when `--write-aws-credentials` flag is present [#177](https://github.com/okta/okta-aws-cli/pull/177), thanks [@monde](https://github.com/monde)! * Open browser and open browser command behavior was fouled in v2 release [#172](https://github.com/okta/okta-aws-cli/pull/172), thanks [@monde](https://github.com/monde)! ## 2.0.1 (January 31, 2024)