Skip to content

Commit 6e56599

Browse files
chore(main): release 0.8.1 (#262)
Co-authored-by: Guilherme Souza <[email protected]>
1 parent e8331ff commit 6e56599

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.0"
2+
".": "0.8.1"
33
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [0.8.1](https://github.com/thumbor/thumbor-aws/compare/0.8.0...v0.8.1) (2024-09-02)
4+
5+
6+
### Bug Fixes
7+
8+
* release-please ([97e3def](https://github.com/thumbor/thumbor-aws/commit/97e3defdbcfdb070a3e08a402644ec7d58e32248))
9+
* release-please use PAT ([4ea28a6](https://github.com/thumbor/thumbor-aws/commit/4ea28a65a1ccac7d8e227f397256201b82f0ef78))
10+
11+
12+
### Documentation
13+
14+
* Add Conventional commits to CONTRIBUTING.md ([e8331ff](https://github.com/thumbor/thumbor-aws/commit/e8331ff9250faab7cee15d6dac97bebf2ae1f0e0))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include = '\.pyi?$'
55

66
[tool.poetry]
77
name = "thumbor_aws"
8-
version = "0.8.0"
8+
version = "0.8.1"
99
authors = ["Bernardo Heynemann <[email protected]>"]
1010
description = "thumbor_aws provides extensions for thumbor using AWS"
1111
readme = "README.md"

0 commit comments

Comments
 (0)