Skip to content

Commit

Permalink
bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xi committed Apr 14, 2023
1 parent fcaf55a commit 599cb68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.11.0 (2023-04-14)
-------------------

- Add setting `MFA_FIDO2_USER_VERIFICATION`
- Allow to use FIDO2 on localhost without HTTPS if DEBUG is True (thanks to
humphrey)
- Avoid autocompletion in the code field
- Fix minimum supported django version (3.2) in the package


0.10.0 (2023-03-19)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
url='https://github.com/xi/django-mfa3',
author='Tobias Bengfort',
author_email='[email protected]',
version='0.10.0',
version='0.11.0',
license='MIT',
packages=['mfa'],
include_package_data=True,
Expand Down

0 comments on commit 599cb68

Please sign in to comment.