From 86598ae1ea92d80377d77ffe652320366522b903 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Thu, 9 Jun 2022 15:41:39 +0200 Subject: [PATCH] Release 2.3.1 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad0860..6052086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index c4200a3..389de27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [