From 87942aa0c7d4b4d3c27741907bc227abb18b8405 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Wed, 22 Jun 2022 16:30:50 +0200 Subject: [PATCH] Release 2.4.0 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4a5cfd..beed37e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.4.0](https://github.com/venth/aws-adfs/tree/2.4.0) (2022-06-22) + +[Full Changelog](https://github.com/venth/aws-adfs/compare/2.3.3...2.4.0) + +**Merged pull requests:** + +- Improve factor and device selection with Duo Universal Prompt [\#264](https://github.com/venth/aws-adfs/pull/264) ([pdecat](https://github.com/pdecat)) +- Bump boto3 from 1.24.11 to 1.24.13 [\#263](https://github.com/venth/aws-adfs/pull/263) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump botocore from 1.27.13 to 1.27.14 [\#262](https://github.com/venth/aws-adfs/pull/262) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [2.3.3](https://github.com/venth/aws-adfs/tree/2.3.3) (2022-06-22) [Full Changelog](https://github.com/venth/aws-adfs/compare/2.3.2...2.3.3) diff --git a/pyproject.toml b/pyproject.toml index ad8ca8c..69341c7 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.3.3" +version = "2.4.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 = [