From 2bec0c3e22ed2de4fbe6f8e405b06db7739d375f Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Wed, 26 Oct 2022 09:30:39 +0200 Subject: [PATCH] Release 2.6.0 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b3de7..0147f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [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) + +**Implemented enhancements:** + +- Support for Passcode [\#162](https://github.com/venth/aws-adfs/issues/162) +- Add Duo Passcode support for both traditional and universal prompt [\#353](https://github.com/venth/aws-adfs/pull/353) ([trav-c](https://github.com/trav-c)) +- Add support for role,provider ordering of SAML Role attribute [\#352](https://github.com/venth/aws-adfs/pull/352) ([trav-c](https://github.com/trav-c)) + ## [2.5.1](https://github.com/venth/aws-adfs/tree/2.5.1) (2022-10-10) [Full Changelog](https://github.com/venth/aws-adfs/compare/2.5.0...2.5.1) diff --git a/pyproject.toml b/pyproject.toml index 82ccc01..1215b77 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.5.1" +version = "2.6.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 = [