Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
- Feature: support thumbor-aws result storage
  • Loading branch information
fdintino committed Jan 4, 2024
1 parent 05207ae commit 357ba2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

**1.2.4 (Jan 4, 2024)**

* Feature: support thumbor-aws result storage

**1.2.3 (Feb 15, 2022)**

* Fixed: issue with using the still filter in conjunction with the watermark
Expand Down
2 changes: 1 addition & 1 deletion src/thumbor_video_engine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from thumbor.config import Config


__version__ = "1.2.3"
__version__ = "1.2.4"


Config.define(
Expand Down

0 comments on commit 357ba2d

Please sign in to comment.