From 5286ddec06f8ace7be7d8291b440428e647b89f1 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Fri, 28 Oct 2022 14:54:12 +0200 Subject: [PATCH] Release 2.6.1 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0147f90..09cd18a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.6.1](https://github.com/venth/aws-adfs/tree/2.6.1) (2022-10-28) + +[Full Changelog](https://github.com/venth/aws-adfs/compare/2.6.0...2.6.1) + +**Merged pull requests:** + +- Document supported Duo authentication methods better [\#357](https://github.com/venth/aws-adfs/pull/357) ([pdecat](https://github.com/pdecat)) +- Update duo auth method prompt to explicitly show Passcode as an option [\#356](https://github.com/venth/aws-adfs/pull/356) ([lefju](https://github.com/lefju)) +- Bump pytest from 7.1.3 to 7.2.0 [\#354](https://github.com/venth/aws-adfs/pull/354) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump fido2 from 1.0.0 to 1.1.0 [\#351](https://github.com/venth/aws-adfs/pull/351) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [2.6.0](https://github.com/venth/aws-adfs/tree/2.6.0) (2022-10-26) [Full Changelog](https://github.com/venth/aws-adfs/compare/2.5.1...2.6.0) diff --git a/pyproject.toml b/pyproject.toml index 3208203..e2ccf2a 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.0" +version = "2.6.1" description = "AWS CLI authenticator via ADFS - small command-line tool to authenticate via ADFS and assume chosen role" keywords = ["aws", "adfs", "console", "tool"] classifiers = [