diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ed32022..d18e944 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.12.1" + ".": "2.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fd42998..f866c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.13.0](https://github.com/venth/aws-adfs/compare/v2.12.1...v2.13.0) (2026-07-17) + + +### Continuous Integration + +* adopt release-please for automated releases ([#448](https://github.com/venth/aws-adfs/issues/448)) ([384c7de](https://github.com/venth/aws-adfs/commit/384c7dea269861427989d4f72ae7fd6cb8194621)) + ## [2.12.1](https://github.com/venth/aws-adfs/tree/2.12.1) (2025-09-08) [Full Changelog](https://github.com/venth/aws-adfs/compare/v2.12.0...2.12.1) diff --git a/pyproject.toml b/pyproject.toml index 5d354a7..a292ad2 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.12.1" +version = "2.13.0" description = "AWS CLI authenticator via ADFS - small command-line tool to authenticate via ADFS and assume chosen role" keywords = ["aws", "adfs", "console", "tool"] classifiers = [