diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 50dbf37e..a199aca8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Changelog ========= +1.0.4 +----- +* IMPORTANT: Fixed security issue with accessing model_lookup_view (when using RelatedFieldAjaxListFilter) without permissions +* Fixed admin filters custom class attribute overrides +* Fixed RelatedFieldAjaxListFilter to work with m2m fields + + 1.0.3 ----- * PR-140: Added change message as tooltip to recent action dashboard module (thanks to michaelkuty for PR) diff --git a/jet/__init__.py b/jet/__init__.py index 33f9c5a9..93c5f405 100644 --- a/jet/__init__.py +++ b/jet/__init__.py @@ -1 +1 @@ -VERSION = '1.0.3' +VERSION = '1.0.4'