Skip to content

Commit

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

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

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

**Merged pull requests:**

- Hotfix python 3.10 version in .github/workflows/build.yml :facepalm: [\#248](https://github.com/venth/aws-adfs/pull/248) ([pdecat](https://github.com/pdecat))

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

[Full Changelog](https://github.com/venth/aws-adfs/compare/2.2.2...2.3.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.3.0"
version = "2.3.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 86598ae

Please sign in to comment.