Skip to content

Commit a48daa4

Browse files
committed
Release v2.10.0
1 parent 1ea9bc1 commit a48daa4

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
# Changelog
22

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

5-
[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.8.2...2.9.0)
5+
[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.9.0...2.10.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Support MFA Token from STDIN or ENV or AUTHFILE [\#174](https://github.com/venth/aws-adfs/issues/174)
10+
- add support for mfa\_token env and mfa-token-command [\#420](https://github.com/venth/aws-adfs/pull/420) ([mheiges](https://github.com/mheiges))
11+
12+
**Merged pull requests:**
13+
14+
- Bump actions/setup-python from 4 to 5 [\#419](https://github.com/venth/aws-adfs/pull/419) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- 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))
16+
- 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))
17+
18+
## [v2.9.0](https://github.com/venth/aws-adfs/tree/v2.9.0) (2023-10-24)
19+
20+
[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.8.2...v2.9.0)
621

722
**Implemented enhancements:**
823

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool]
66
[tool.poetry]
77
name = "aws-adfs"
8-
version = "2.9.1a0"
8+
version = "2.10.0"
99
description = "AWS CLI authenticator via ADFS - small command-line tool to authenticate via ADFS and assume chosen role"
1010
keywords = ["aws", "adfs", "console", "tool"]
1111
classifiers = [

0 commit comments

Comments
 (0)