From 8ed59f05a3aba88090ff0baddc58d298310ad982 Mon Sep 17 00:00:00 2001 From: Aaron Turner Date: Fri, 24 Dec 2021 12:45:25 -0700 Subject: [PATCH] release v1.6.0 --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a7eae2..10871d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,18 @@ ## [Unreleased] +## [1.6.0] - 2021-12-24 + +### Breaking Changes + * Fix issue with missing colon in parsed/generated Role ARNs for missing AWS region #192 + ### New Features * Setup now prompts for `LogLevel` * Suppress bogus warning when saving Role credentials in `wincred` store #183 * Add support for role chaining using `Via` tag #38 + * Cache file is now versioned for better compatibility across versions of `aws-sso` #195 ### Bugs Fixes - * Fix issue with missing colon in parsed/generated Role ARNs for missing AWS region #192 * Incorrect `--level` value now correctly tells user the correct name of the flag * `exec` command now uses `cmd.exe` when no command is specified @@ -161,7 +166,8 @@ Initial release -[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v1.5.1...main +[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v1.6.0...main +[v1.6.0]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.6.0 [v1.5.1]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.5.1 [v1.5.0]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.5.0 [v1.4.0]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.4.0