Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Oct 26, 2022
1 parent 33bf03a commit 2bec0c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 2bec0c3

Please sign in to comment.