From 6e56599e6bd27101112c305b3a562b4ba9eec959 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:11:31 +0200 Subject: [PATCH] chore(main): release 0.8.1 (#262) Co-authored-by: Guilherme Souza <101073+guilhermef@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64f3cdd..02f17d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4217446 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.8.1](https://github.com/thumbor/thumbor-aws/compare/0.8.0...v0.8.1) (2024-09-02) + + +### Bug Fixes + +* release-please ([97e3def](https://github.com/thumbor/thumbor-aws/commit/97e3defdbcfdb070a3e08a402644ec7d58e32248)) +* release-please use PAT ([4ea28a6](https://github.com/thumbor/thumbor-aws/commit/4ea28a65a1ccac7d8e227f397256201b82f0ef78)) + + +### Documentation + +* Add Conventional commits to CONTRIBUTING.md ([e8331ff](https://github.com/thumbor/thumbor-aws/commit/e8331ff9250faab7cee15d6dac97bebf2ae1f0e0)) diff --git a/pyproject.toml b/pyproject.toml index 929b22b..5202070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ include = '\.pyi?$' [tool.poetry] name = "thumbor_aws" -version = "0.8.0" +version = "0.8.1" authors = ["Bernardo Heynemann "] description = "thumbor_aws provides extensions for thumbor using AWS" readme = "README.md"