diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa7a6a7..ac0bc6b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ ## [Unreleased] -* Add `aws-sso-cli completion --source` flag to generate completion script and - print to stdout. #779 -* UrlExecCommand now supports commands in `~` and the `$HOME` environment variable. #816 +## [v1.15.0] - 2024-04-05 + +### New Features + + * Add `aws-sso-cli completion --source` flag to generate completion script and + print to stdout. #779 + * UrlExecCommand now supports commands in `~` and the `$HOME` environment variable. #816 ## [v1.14.3] - 2024-01-15 diff --git a/Makefile b/Makefile index 6204229b..0c357b88 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROJECT_VERSION := 1.14.3 +PROJECT_VERSION := 1.15.0 DOCKER_REPO := synfinatic PROJECT_NAME := aws-sso