Skip to content

Commit a68e57f

Browse files
committed
[release] Version 1.2.1
1 parent b4de44b commit a68e57f

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Changelog
22
=========
33

4+
Version 1.2.1 [2026-04-22]
5+
--------------------------
6+
7+
Changes
8+
~~~~~~~
9+
10+
Dependencies
11+
++++++++++++
12+
13+
- Allowed upgrade of django-allauth up to 65.13.0.
14+
15+
Bugfixes
16+
~~~~~~~~
17+
18+
- Allowed managing social auth secrets when needed.
19+
- Ensured ``site_name`` is displayed in password reset email `#482
20+
<https://github.com/openwisp/openwisp-users/issues/482>`_.
21+
- Prevented authentication without a username in
22+
``UsersAuthenticationBackend``.
23+
424
Version 1.2.0 [2025-10-23]
525
--------------------------
626

openwisp_users/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 2, 0, "final")
1+
VERSION = (1, 2, 1, "final")
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)