We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6ba99 commit 23c5fb3Copy full SHA for 23c5fb3
CHANGES
@@ -4,6 +4,14 @@ Flask-Security-Invenio Changelog
4
Here you can see the full list of changes between each Flask-Security-Invenio
5
release.
6
7
+Version 4.1.0
8
+-------------
9
+
10
+Released February 17th 2026
11
12
+- feat: change role.name to role.id
13
+- fix: use type email for email inputs
14
15
Version 4.0.0
16
-------------
17
flask_security/__init__.py
@@ -58,7 +58,7 @@
58
url_for_security,
59
)
60
61
-__version__ = "4.0.0"
+__version__ = "4.1.0"
62
__all__ = (
63
"AnonymousUser",
64
"auth_required",
0 commit comments