We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee12e3 commit 84ee2bfCopy full SHA for 84ee2bf
CHANGELOG.rst
@@ -3,6 +3,19 @@
3
Changelog
4
#########
5
6
+0.10.0 - July 4, 2022
7
+=====================
8
+
9
+If you're using a custom template for the 2FA token removal view,
10
+note that you will need to also display the ``token`` field beginning
11
+with this version (PR #135 in particular).
12
13
+The minimum version of django-otp was bumped to 0.6.x.
14
15
+* Update CI bits and bobs by @akx in #137
16
+* Drop support for django-otp 0.5.x by @akx in #138
17
+* Require user token to disable 2FA by @SchrodingersGat in #135
18
19
0.9 - April 11, 2022
20
====================
21
allauth_2fa/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.9"
+__version__ = "0.10.0"
0 commit comments