diff --git a/CHANGES b/CHANGES index 2225fd57..28d5d215 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,12 @@ Flask-Security-Invenio Changelog Here you can see the full list of changes between each Flask-Security-Invenio release. +Version v4.2.5 +-------------- + +released August 19th 2026 + +- i18n: pulled translations Version v4.2.4 -------------- diff --git a/flask_security/__init__.py b/flask_security/__init__.py index 00e9b12e..5e5c334c 100644 --- a/flask_security/__init__.py +++ b/flask_security/__init__.py @@ -58,7 +58,7 @@ url_for_security, ) -__version__ = "4.2.4" +__version__ = "4.2.5" __all__ = ( "AnonymousUser", "auth_required",