diff --git a/README.md b/README.md index 8595d1b..d03cf9a 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,13 @@ progress is shown. Release Notes ------------- +### 1.1.0 (2021-08-14) + +- Revert button. +- Indication of new and removed items. +- Fixed progress indication when multiple files are uploaded. +- Fixed remove button on mobile. + ### 1.0.0 (2021-05-30) - Support for Django 3.2.3. diff --git a/setup.py b/setup.py index 3fa23eb..c34904d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='django-attach', - version='1.0.0', + version='1.1.0', packages=['django_attach'], include_package_data=True, license='BSD License',