diff --git a/CHANGES.rst b/CHANGES.rst index ca41703..b2e0f03 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Changelog ========= +Version 1.0.1 [2022-04-20] +-------------------------- + +Bugfixes +~~~~~~~~ + +- Updated Pillow to ~=9.1.0 to fix a security CVE +- Fixed channels deprecation warning + Version 1.0.0 [2022-02-25] -------------------------- diff --git a/django_loci/__init__.py b/django_loci/__init__.py index 20b7aa2..a9d070a 100644 --- a/django_loci/__init__.py +++ b/django_loci/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 0, 'final') +VERSION = (1, 0, 1, 'final') __version__ = VERSION # alias