diff --git a/CHANGES.txt b/CHANGES.txt index 8d9d721..b2f82a9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,25 @@ Changes ======= +2.2.1 (2016-09-26) +------------------ + +- Make IP position argument optional. + [aredalen] + +- Added possibility to disable access log + [svenhertle] + +- Fix for IIS used as reverse proxy adding port number + [Dmitri-Sintsov] + +- Made the signal race condition safe. + [Minkey27] + +- Added AXES_ONLY_USER_FAILURES to support only looking at the user ID. + [lip77us] + + 2.2.0 (2016-07-20) ------------------ diff --git a/axes/__init__.py b/axes/__init__.py index 6629330..833bae8 100644 --- a/axes/__init__.py +++ b/axes/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.2.0' +__version__ = '2.2.1' default_app_config = 'axes.apps.AppConfig'