diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c4f8291..525e11d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,10 @@ Change log Next version ~~~~~~~~~~~~ + +0.22 (2025-01-22) +~~~~~~~~~~~~~~~~~ + - **Important:** Changed the image field to no longer automatically clean up processed images when deleting the model instance or when changing the image field itself. This behavior made it hard to reuse image field values when diff --git a/imagefield/__init__.py b/imagefield/__init__.py index 76f2458..5963297 100644 --- a/imagefield/__init__.py +++ b/imagefield/__init__.py @@ -1 +1 @@ -__version__ = "0.21.1" +__version__ = "0.22.0"