diff --git a/CHANGES.rst b/CHANGES.rst index 57df030b..077887dc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Changelog ========= +Version 0.2.0 [2020-09-17] +-------------------------- + +Features +~~~~~~~~ + +- Added support for Django 3.1 +- Added possibility of `silencing notifications for specific objects \ + temporarily or permanently `_ + +Bugfixes +~~~~~~~~ + +- Resolved accessibility issues with the notification widget: + all clickable items are now browsable with the keyboard as well + Version 0.1.0 [2020-09-02] -------------------------- diff --git a/openwisp_notifications/__init__.py b/openwisp_notifications/__init__.py index fb706eba..e8250e4e 100644 --- a/openwisp_notifications/__init__.py +++ b/openwisp_notifications/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 1, 0, 'final') +VERSION = (0, 2, 0, 'final') __version__ = VERSION # alias