Skip to content

Commit

Permalink
Release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Oct 10, 2022
1 parent 8906df7 commit 7ba30be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# Changelog

## [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)

**Merged pull requests:**

- Bump configparser from 5.2.0 to 5.3.0 [\#350](https://github.com/venth/aws-adfs/pull/350) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump pytest from 7.1.2 to 7.1.3 [\#349](https://github.com/venth/aws-adfs/pull/349) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump coverage from 6.4.1 to 6.5.0 [\#348](https://github.com/venth/aws-adfs/pull/348) ([dependabot[bot]](https://github.com/apps/dependabot))

## [2.5.0](https://github.com/venth/aws-adfs/tree/2.5.0) (2022-10-10)

[Full Changelog](https://github.com/venth/aws-adfs/compare/2.4.0...2.5.0)

**Implemented enhancements:**

- feature: Allow enforcing config role\_arn [\#342](https://github.com/venth/aws-adfs/issues/342)
- Add support for Duo Verified Push MFA [\#346](https://github.com/venth/aws-adfs/pull/346) ([pdecat](https://github.com/pdecat))
- Add support for Verified Duo Push MFA [\#346](https://github.com/venth/aws-adfs/pull/346) ([pdecat](https://github.com/pdecat))
- feature: Allow enforcement role\_arn config variable [\#343](https://github.com/venth/aws-adfs/pull/343) ([pvbouwel](https://github.com/pvbouwel))

**Merged pull requests:**
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.0"
version = "2.5.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 = [
Expand Down

0 comments on commit 7ba30be

Please sign in to comment.