diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b28fea9..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.1" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea1c49..b892d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/thumbor/thumbor-aws/compare/v0.9.1...v1.0.0) (2026-04-10) + + +### ⚠ BREAKING CHANGES + +* Drop support to Python 3.9 ([#344](https://github.com/thumbor/thumbor-aws/issues/344)) + +### Features + +* Drop support to Python 3.9 ([#344](https://github.com/thumbor/thumbor-aws/issues/344)) ([8d3863f](https://github.com/thumbor/thumbor-aws/commit/8d3863f85d9d7b58f87c6629021a28bb21b07066)) + ## [0.9.1](https://github.com/thumbor/thumbor-aws/compare/v0.9.0...v0.9.1) (2025-08-26) diff --git a/pyproject.toml b/pyproject.toml index 927bfe4..12fc57a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ include = '\.pyi?$' [tool.poetry] name = "thumbor_aws" -version = "0.9.1" +version = "1.0.0" authors = ["Bernardo Heynemann "] description = "thumbor_aws provides extensions for thumbor using AWS" readme = "README.md"