Skip to content

Commit 23c5fb3

Browse files
committed
release: v4.1.0
1 parent fe6ba99 commit 23c5fb3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Flask-Security-Invenio Changelog
44
Here you can see the full list of changes between each Flask-Security-Invenio
55
release.
66

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+
715
Version 4.0.0
816
-------------
917

flask_security/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
url_for_security,
5959
)
6060

61-
__version__ = "4.0.0"
61+
__version__ = "4.1.0"
6262
__all__ = (
6363
"AnonymousUser",
6464
"auth_required",

0 commit comments

Comments
 (0)