diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eaee058..c5bd568 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 diff --git a/src/thumbor_video_engine/__init__.py b/src/thumbor_video_engine/__init__.py index 2b6a7db..ecf1c84 100644 --- a/src/thumbor_video_engine/__init__.py +++ b/src/thumbor_video_engine/__init__.py @@ -1,7 +1,7 @@ from thumbor.config import Config -__version__ = "1.2.3" +__version__ = "1.2.4" Config.define(