Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

## [Unreleased]

## [v2.2.3] - 2026-05-21

### Bugs

* Fix `$AWS_REGION` not set by `eval`/`exec` despite being documented #1277
Expand Down Expand Up @@ -901,7 +903,8 @@
Initial release

<!-- markdownlint-disable-next-line MD053 -->
[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v2.2.2...main
[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v2.2.3...main
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach v2.2.3...main Status: 404

[v2.2.3]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v2.2.3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach https://github.com/synfinatic/aws-sso-cli/releases/tag/v2.2.3 Status: 404

[v2.2.2]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v2.2.2
[v2.2.1]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v2.2.1
[v2.2.0]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROJECT_VERSION := 2.2.2
PROJECT_VERSION := 2.2.3
DOCKER_REPO := synfinatic
PROJECT_NAME := aws-sso
DOCKER_PROJECT_NAME := aws-sso-cli-ecs-server
Expand Down
Loading