Skip to content

Commit

Permalink
Release v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Dec 16, 2023
1 parent 1ea9bc1 commit a48daa4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# Changelog

## [2.9.0](https://github.com/venth/aws-adfs/tree/2.9.0) (2023-10-24)
## [2.10.0](https://github.com/venth/aws-adfs/tree/2.10.0) (2023-12-16)

[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.8.2...2.9.0)
[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.9.0...2.10.0)

**Implemented enhancements:**

- Support MFA Token from STDIN or ENV or AUTHFILE [\#174](https://github.com/venth/aws-adfs/issues/174)
- add support for mfa\_token env and mfa-token-command [\#420](https://github.com/venth/aws-adfs/pull/420) ([mheiges](https://github.com/mheiges))

**Merged pull requests:**

- Bump actions/setup-python from 4 to 5 [\#419](https://github.com/venth/aws-adfs/pull/419) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump cryptography from 41.0.4 to 41.0.6 [\#418](https://github.com/venth/aws-adfs/pull/418) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump pytest from 7.4.2 to 7.4.3 [\#417](https://github.com/venth/aws-adfs/pull/417) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v2.9.0](https://github.com/venth/aws-adfs/tree/v2.9.0) (2023-10-24)

[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.8.2...v2.9.0)

**Implemented enhancements:**

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.9.1a0"
version = "2.10.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 a48daa4

Please sign in to comment.