diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b3f30c..cf46cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.4](https://github.com/venth/aws-adfs/tree/2.0.4) (2022-06-01) + +[Full Changelog](https://github.com/venth/aws-adfs/compare/2.0.3...2.0.4) + +**Merged pull requests:** + +- Adding truncate flag when opening the credential cache file. [\#235](https://github.com/venth/aws-adfs/pull/235) ([mattmauriello](https://github.com/mattmauriello)) + ## [2.0.3](https://github.com/venth/aws-adfs/tree/2.0.3) (2022-05-07) [Full Changelog](https://github.com/venth/aws-adfs/compare/2.0.2...2.0.3) diff --git a/pyproject.toml b/pyproject.toml index 8576e57..192fc2a 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.0.3" +version = "2.0.4" description = "AWS CLI authenticator via ADFS - small command-line tool to authenticate via ADFS and assume chosen role" keywords = ["aws", "adfs", "console", "tool"] classifiers = [