diff --git a/CHANGELOG.md b/CHANGELOG.md index a6bb1c3de..2cf8c9f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ # Changelog -## Unreleased +## 1.17.0 +### Fixed +- Fixed the XML syntax of the Twilio token.xml file. +- The Yubikey token field is now receiving autofocus. +- Avoid crashes for devices with no `throttle_*` methods (#699). +- Fixed format of the hash for the OTP device cookie key. + ### Changed - Allow django-phonenumber-field 8.x.x. +- Project build is now using a more modern toolbox based on `pyproject.toml` (no + more setup.*). +- The plugins method registry can now return a new `MethodNotFoundError` + exception when some method is not found in the plugins registry. ### Added - Support confirmation for Django 5.1. diff --git a/docs/conf.py b/docs/conf.py index 7329bb197..2bfa2825d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,7 @@ # # The full version, including alpha/beta/rc tags. -release = '1.16.0' +release = '1.17.0' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/pyproject.toml b/pyproject.toml index d9e56c15a..e01f2e075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-two-factor-auth" -version = "1.16.0" +version = "1.17.0" description = "Complete Two-Factor Authentication for Django" readme = "README.rst" authors = [