Skip to content

Commit

Permalink
Become 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jul 4, 2022
1 parent fee12e3 commit 84ee2bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
Changelog
#########

0.10.0 - July 4, 2022
=====================

If you're using a custom template for the 2FA token removal view,
note that you will need to also display the ``token`` field beginning
with this version (PR #135 in particular).

The minimum version of django-otp was bumped to 0.6.x.

* Update CI bits and bobs by @akx in #137
* Drop support for django-otp 0.5.x by @akx in #138
* Require user token to disable 2FA by @SchrodingersGat in #135

0.9 - April 11, 2022
====================

Expand Down
2 changes: 1 addition & 1 deletion allauth_2fa/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9"
__version__ = "0.10.0"

0 comments on commit 84ee2bf

Please sign in to comment.