Skip to content

Commit b163ccf

Browse files
committed
Release v2.11.0
1 parent 2cdd7d2 commit b163ccf

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# Changelog
22

3-
## [2.10.0](https://github.com/venth/aws-adfs/tree/2.10.0) (2023-12-16)
3+
## [2.11.0](https://github.com/venth/aws-adfs/tree/2.11.0) (2024-01-16)
44

5-
[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.9.0...2.10.0)
5+
[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.10.0...2.11.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Support SafeNet Trusted Access MFA [\#425](https://github.com/venth/aws-adfs/pull/425) ([alencar](https://github.com/alencar))
10+
11+
**Merged pull requests:**
12+
13+
- Bump lxml from 4.9.3 to 5.1.0 [\#424](https://github.com/venth/aws-adfs/pull/424) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- Bump pytest from 7.4.3 to 7.4.4 [\#422](https://github.com/venth/aws-adfs/pull/422) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
16+
## [v2.10.0](https://github.com/venth/aws-adfs/tree/v2.10.0) (2023-12-16)
17+
18+
[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.9.0...v2.10.0)
619

720
**Implemented enhancements:**
821

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.10.1a0"
8+
version = "2.11.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)