Skip to content

Commit

Permalink
Release v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Jun 27, 2023
1 parent 8a0ab19 commit ddb64ef
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
# Changelog

## [2.8.0](https://github.com/venth/aws-adfs/tree/2.8.0) (2023-06-26)
## [2.8.1](https://github.com/venth/aws-adfs/tree/2.8.1) (2023-06-27)

[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.7.0...2.8.0)
[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.8.0...2.8.1)

**Fixed bugs:**

- Failed response from DUO on macOS Darwin [\#393](https://github.com/venth/aws-adfs/issues/393)
- Failed response from Duo [\#355](https://github.com/venth/aws-adfs/issues/355)

**Closed issues:**

- Number Matching | Microsoft Authenticator [\#371](https://github.com/venth/aws-adfs/issues/371)

**Merged pull requests:**

- Also fix User-Agent string on MacOS \(Darwin\) [\#394](https://github.com/venth/aws-adfs/pull/394) ([Leglaw](https://github.com/Leglaw))

## [v2.8.0](https://github.com/venth/aws-adfs/tree/v2.8.0) (2023-06-26)

[Full Changelog](https://github.com/venth/aws-adfs/compare/v2.7.0...v2.8.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.8.1a0"
version = "2.8.1"
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 ddb64ef

Please sign in to comment.