Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Jun 3, 2022
1 parent b2a1233 commit 56b71bd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.2.1](https://github.com/venth/aws-adfs/tree/2.2.1) (2022-06-03)

[Full Changelog](https://github.com/venth/aws-adfs/compare/2.2.0...2.2.1)

**Closed issues:**

- cache file truncation [\#234](https://github.com/venth/aws-adfs/issues/234)

**Merged pull requests:**

- Avoid exception when multiple FIDO authenticators are present [\#242](https://github.com/venth/aws-adfs/pull/242) ([pdecat](https://github.com/pdecat))
- Bump lxml from 4.8.0 to 4.9.0 [\#237](https://github.com/venth/aws-adfs/pull/237) ([dependabot[bot]](https://github.com/apps/dependabot))

## [2.2.0](https://github.com/venth/aws-adfs/tree/2.2.0) (2022-06-03)

[Full Changelog](https://github.com/venth/aws-adfs/compare/2.1.0...2.2.0)
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.2.0"
version = "2.2.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 56b71bd

Please sign in to comment.