diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e6b9e8c..5869a4a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ django-s3-storage changelog =========================== +0.14.0 +------ + +- Added ``client_method`` to ``save()`` method, allowing the generation of presigned URLs for direct S3 upload (@Roriz). + + 0.13.11 ------- diff --git a/django_s3_storage/__init__.py b/django_s3_storage/__init__.py index 477d5d1..7f723d0 100644 --- a/django_s3_storage/__init__.py +++ b/django_s3_storage/__init__.py @@ -3,4 +3,4 @@ """ -__version__ = (0, 13, 11) +__version__ = (0, 14, 0)