Skip to content

Commit

Permalink
chore(main): release 0.8.1 (#262)
Browse files Browse the repository at this point in the history
Co-authored-by: Guilherme Souza <101073+guilhermef@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and guilhermef authored Sep 2, 2024
1 parent e8331ff commit 6e56599
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.0"
".": "0.8.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include = '\.pyi?$'

[tool.poetry]
name = "thumbor_aws"
version = "0.8.0"
version = "0.8.1"
authors = ["Bernardo Heynemann <heynemann@gmail.com>"]
description = "thumbor_aws provides extensions for thumbor using AWS"
readme = "README.md"
Expand Down

0 comments on commit 6e56599

Please sign in to comment.