diff --git a/CHANGELOG.md b/CHANGELOG.md index 338068f0..b44d100d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [v1.15.1] - 2024-04-30 + ### New Features * Add helper aliases for fish shell #361 @@ -658,7 +660,8 @@ Initial release -[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v1.15.0...main +[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v1.15.1...main +[v1.15.1]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.15.1 [v1.15.0]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.15.0 [v1.14.3]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.14.3 [v1.14.2]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.14.2 diff --git a/Makefile b/Makefile index 0f610717..39fd5c84 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROJECT_VERSION := 1.15.0 +PROJECT_VERSION := 1.15.1 DOCKER_REPO := synfinatic PROJECT_NAME := aws-sso diff --git a/docs/commands.md b/docs/commands.md index 4f448cd5..0a6b242e 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -440,7 +440,7 @@ Currently the following shells are supported: * [bash](https://github.com/synfinatic/aws-sso-cli/blob/main/internal/helper/bash_profile.sh) * [zsh](https://github.com/synfinatic/aws-sso-cli/blob/main/internal/helper/zshrc.sh) - * [fish - TBD](https://github.com/synfinatic/aws-sso-cli/issues/361) + * [fish](https://github.com/synfinatic/aws-sso-cli/blob/main/internal/helper/aws-sso.fish) **Note:** `zsh` completion requires you to have the following lines set