diff --git a/CHANGES.txt b/CHANGES.txt index 57ab858..b8c17bc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,34 @@ Changes ======= +2.3.3 (2017-07-20) +------------------ + +- Many tweaks and handles successful AJAX logins. + [Jack Sullivan] + +- Add tests for proxy number parametrization + [aleksihakli] + +- Add AXES_NUM_PROXIES setting + [aleksihakli] + +- Log failed access attempts regardless of settings + [jimr] + +- Updated configuration docs to include AXES_IP_WHITELIST + [Minkey27] + +- Add test for get_cache_key function + [jorlugaqui] + +- Delete cache key in reset command line + [jorlugaqui] + +- Add signals for setting/deleting cache keys + [jorlugaqui] + + 2.3.2 (2016-11-24) ------------------ diff --git a/axes/__init__.py b/axes/__init__.py index b068f8a..6b07a16 100644 --- a/axes/__init__.py +++ b/axes/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.3.2' +__version__ = '2.3.3' default_app_config = 'axes.apps.AppConfig'