diff --git a/CHANGELOG.md b/CHANGELOG.md index 8259bcc..ce8c6da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## v1.9.1 + * Fixed: is_authenticated #13 + * Fixed: is_anonymous #6 + + thanks to @d3cline, + +## v1.7 + * Better Error Management + * Better Token recheck ## v 1.6.0 * Fixed some issues for django>= 2.0 * Added example app. diff --git a/setup.py b/setup.py index 8565ec4..e02503f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup setup( name='django-mfa2', - version='1.8.0', + version='1.9.1', description='Allows user to add 2FA to their accounts', long_description=open("README.md").read(), long_description_content_type="text/markdown",