From a48daa4d6a07184b3229ff4d309c06f0531dfc3a Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Sat, 16 Dec 2023 08:39:14 +0100 Subject: [PATCH] Release v2.10.0 --- CHANGELOG.md | 19 +++++++++++++++++-- pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0233e..ee70c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,23 @@ # Changelog -## [2.9.0](https://github.com/venth/aws-adfs/tree/2.9.0) (2023-10-24) +## [2.10.0](https://github.com/venth/aws-adfs/tree/2.10.0) (2023-12-16) -[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.8.2...2.9.0) +[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.9.0...2.10.0) + +**Implemented enhancements:** + +- Support MFA Token from STDIN or ENV or AUTHFILE [\#174](https://github.com/venth/aws-adfs/issues/174) +- add support for mfa\_token env and mfa-token-command [\#420](https://github.com/venth/aws-adfs/pull/420) ([mheiges](https://github.com/mheiges)) + +**Merged pull requests:** + +- Bump actions/setup-python from 4 to 5 [\#419](https://github.com/venth/aws-adfs/pull/419) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump cryptography from 41.0.4 to 41.0.6 [\#418](https://github.com/venth/aws-adfs/pull/418) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump pytest from 7.4.2 to 7.4.3 [\#417](https://github.com/venth/aws-adfs/pull/417) ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [v2.9.0](https://github.com/venth/aws-adfs/tree/v2.9.0) (2023-10-24) + +[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.8.2...v2.9.0) **Implemented enhancements:** diff --git a/pyproject.toml b/pyproject.toml index 80394c0..f3d2c88 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.9.1a0" +version = "2.10.0" description = "AWS CLI authenticator via ADFS - small command-line tool to authenticate via ADFS and assume chosen role" keywords = ["aws", "adfs", "console", "tool"] classifiers = [