diff --git a/CHANGELOG.md b/CHANGELOG.md index ac33630..0b1a38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.11.2](https://github.com/venth/aws-adfs/tree/2.11.2) (2024-02-01) + +[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.11.1...2.11.2) + +**Merged pull requests:** + +- Fix for DUO Universal Prompt authentication [\#426](https://github.com/venth/aws-adfs/pull/426) ([SMxJrz](https://github.com/SMxJrz)) + +## [v2.11.1](https://github.com/venth/aws-adfs/tree/v2.11.1) (2024-01-16) + +[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.11.0...v2.11.1) + ## [v2.11.0](https://github.com/venth/aws-adfs/tree/v2.11.0) (2024-01-16) [Full Changelog](https://github.com/venth/aws-adfs/compare/v2.10.0...v2.11.0) diff --git a/pyproject.toml b/pyproject.toml index 9dd2967..dda0fd1 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.11.2a0" +version = "2.11.2" description = "AWS CLI authenticator via ADFS - small command-line tool to authenticate via ADFS and assume chosen role" keywords = ["aws", "adfs", "console", "tool"] classifiers = [