From 4903967c23e7dc515090c26bcacec2b64d8dbe9d Mon Sep 17 00:00:00 2001 From: Mohamed El-Kalioby Date: Sat, 1 Oct 2022 12:45:18 +0300 Subject: [PATCH] Released v2.6.0 --- CHANGELOG.md | 2 +- README.md | 2 ++ setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a758b04..163cea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Change Log -## 2.6.0 (dev) +## 2.6.0 * Adding Backup Recovery Codes (Recovery) as a method. Thanks to @Spitfireap for work, and @peterthomassen for guidance. * Added: `RECOVERY_ITERATION` to set the number of iteration when hashing recovery token diff --git a/README.md b/README.md index d584832..cdd1a08 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,8 @@ function some_func() { * [AndreasDickow](https://github.com/AndreasDickow) * [mnelson4](https://github.com/mnelson4) * [ezrajrice](https://github.com/ezrajrice) +* [Spitfireap](https://github.com/Spitfireap) +* [peterthomassen](https://github.com/peterthomassen) # Security contact information diff --git a/setup.py b/setup.py index 273081d..3be7c2d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='django-mfa2', - version='2.5.0', + version='2.6.0', description='Allows user to add 2FA to their accounts', long_description=open("README.md").read(), long_description_content_type="text/markdown",