File tree 2 files changed +18
-3
lines changed
2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 )
4
4
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 )
6
21
7
22
** Implemented enhancements:**
8
23
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
5
[tool ]
6
6
[tool .poetry ]
7
7
name = " aws-adfs"
8
- version = " 2.9.1a0 "
8
+ version = " 2.10.0 "
9
9
description = " AWS CLI authenticator via ADFS - small command-line tool to authenticate via ADFS and assume chosen role"
10
10
keywords = [" aws" , " adfs" , " console" , " tool" ]
11
11
classifiers = [
You can’t perform that action at this time.
0 commit comments