diff --git a/CHANGES.rst b/CHANGES.rst index 077887dc..764e9507 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,17 @@ Changelog ========= +Version 0.2.1 [2020-10-18] +-------------------------- + +Bugfixes +~~~~~~~~ + +- Fixed *ignore notification widget* loading on *add views* of admin site +- Fixed *notification widget* partially covering entire webpage +- Resolved accessibility issue with the *ignore notification widget*: + added ``Escape`` key handler for the *ignore notification widget* + Version 0.2.0 [2020-09-17] -------------------------- diff --git a/openwisp_notifications/__init__.py b/openwisp_notifications/__init__.py index e8250e4e..a5415c62 100644 --- a/openwisp_notifications/__init__.py +++ b/openwisp_notifications/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 2, 0, 'final') +VERSION = (0, 2, 1, 'final') __version__ = VERSION # alias