Skip to content

Commit 41dbf6c

Browse files
authored
chore(main): release 0.9.1 (#319)
1 parent 375414a commit 41dbf6c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.0"
2+
".": "0.9.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.1](https://github.com/thumbor/thumbor-aws/compare/v0.9.0...v0.9.1) (2025-08-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Move the `AWS_NORMALIZER` config to top-level configuration list ([#316](https://github.com/thumbor/thumbor-aws/issues/316)) ([375414a](https://github.com/thumbor/thumbor-aws/commit/375414aa2b8ccd963d443d763637d92792ab74d9))
9+
310
## [0.9.0](https://github.com/thumbor/thumbor-aws/compare/v0.8.1...v0.9.0) (2025-08-23)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.9.0"
8+
version = "0.9.1"
99
authors = ["Bernardo Heynemann <heynemann@gmail.com>"]
1010
description = "thumbor_aws provides extensions for thumbor using AWS"
1111
readme = "README.md"

0 commit comments

Comments
 (0)