Skip to content

Commit 739ea27

Browse files
committed
📦 release: v3.8.2
1 parent fe2595b commit 739ea27

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.2
8+
-------------
9+
10+
Released October 20th 2025
11+
12+
- fix: handle missing password field in form validation for OAuth/SSO flows
13+
714
Version 3.8.1
815
-------------
916

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.1"
61+
__version__ = "3.8.2"
6262
__all__ = (
6363
"AnonymousUser",
6464
"auth_required",

0 commit comments

Comments
 (0)