Skip to content

Commit db3dbc3

Browse files
committed
Release v2.8.0
1 parent 45126c3 commit db3dbc3

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

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

3-
## [2.7.0](https://github.com/venth/aws-adfs/tree/2.7.0) (2023-05-09)
3+
## [2.8.0](https://github.com/venth/aws-adfs/tree/2.8.0) (2023-06-26)
44

5-
[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.6.3...2.7.0)
5+
[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.7.0...2.8.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Add support for number matching in Microsoft Authenticator app [\#387](https://github.com/venth/aws-adfs/pull/387) ([martinverup](https://github.com/martinverup))
10+
11+
**Fixed bugs:**
12+
13+
- Use Linux user-agent string to work-around Duo permission denied errors: `{"stat": "FAIL", "message_enum": 7, "data": {}}` [\#378](https://github.com/venth/aws-adfs/pull/378) ([pdecat](https://github.com/pdecat))
14+
15+
**Merged pull requests:**
16+
17+
- Bump cryptography from 39.0.1 to 41.0.0 [\#392](https://github.com/venth/aws-adfs/pull/392) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- Bump pytest from 7.3.1 to 7.4.0 [\#391](https://github.com/venth/aws-adfs/pull/391) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- Bump coverage from 7.2.5 to 7.2.7 [\#388](https://github.com/venth/aws-adfs/pull/388) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- Bump requests from 2.28.1 to 2.31.0 [\#385](https://github.com/venth/aws-adfs/pull/385) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- Bump fido2 from 1.1.0 to 1.1.1 [\#384](https://github.com/venth/aws-adfs/pull/384) ([dependabot[bot]](https://github.com/apps/dependabot))
22+
- Bump cryptography from 38.0.3 to 39.0.1 [\#370](https://github.com/venth/aws-adfs/pull/370) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
- Add support for python 3.11 [\#207](https://github.com/venth/aws-adfs/pull/207) ([pdecat](https://github.com/pdecat))
24+
25+
## [v2.7.0](https://github.com/venth/aws-adfs/tree/v2.7.0) (2023-05-09)
26+
27+
[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.6.3...v2.7.0)
628

729
**Implemented enhancements:**
830

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.7.1a0"
8+
version = "2.8.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)