Skip to content

Commit 84ee2bf

Browse files
committed
Become 0.10.0
1 parent fee12e3 commit 84ee2bf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
Changelog
44
#########
55

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+
619
0.9 - April 11, 2022
720
====================
821

allauth_2fa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9"
1+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)