Skip to content

Commit 08ee675

Browse files
committed
release: v3.8.4
1 parent d77b690 commit 08ee675

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

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

7+
Version 3.8.4
8+
-------------
9+
10+
- fix: don't allow re-use of confirmation token
11+
712
Version 3.8.3
813
-------------
914

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__ = "3.8.3"
61+
__version__ = "3.8.4"
6262
__all__ = (
6363
"AnonymousUser",
6464
"auth_required",

0 commit comments

Comments
 (0)