diff --git a/CHANGELOG.md b/CHANGELOG.md index eea8c63..8d70e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.6.3](https://github.com/venth/aws-adfs/tree/2.6.3) (2022-10-29) + +[Full Changelog](https://github.com/venth/aws-adfs/compare/2.6.2...2.6.3) + +**Merged pull requests:** + +- Move release instructions to a script [\#360](https://github.com/venth/aws-adfs/pull/360) ([pdecat](https://github.com/pdecat)) +- Do not error if release already exists in test.pypi.org [\#359](https://github.com/venth/aws-adfs/pull/359) ([pdecat](https://github.com/pdecat)) + ## [2.6.2](https://github.com/venth/aws-adfs/tree/2.6.2) (2022-10-28) [Full Changelog](https://github.com/venth/aws-adfs/compare/2.6.1...2.6.2) diff --git a/pyproject.toml b/pyproject.toml index c2ae7c5..b5e3d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool] [tool.poetry] name = "aws-adfs" -version = "2.6.2" +version = "2.6.3" description = "AWS CLI authenticator via ADFS - small command-line tool to authenticate via ADFS and assume chosen role" keywords = ["aws", "adfs", "console", "tool"] classifiers = [