Skip to content

Commit

Permalink
Merge pull request #198 from synfinatic/release-1.6.0
Browse files Browse the repository at this point in the history
release v1.6.0
  • Loading branch information
synfinatic authored Dec 24, 2021
2 parents aa00402 + 8ed59f0 commit 613608c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 613608c

Please sign in to comment.