diff --git a/CHANGES.txt b/CHANGES.txt index 2e71e8f..e317e83 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Changes ======= +1.5.0 (2015-09-11) +------------------ + +- Fix #_get_user_attempts to include username when filtering AccessAttempts if AXES_LOCK_OUT_BY_COMBINATION_USER_AND_IP is True + [afioca] + 1.4.0 (2015-08-09) ------------------ diff --git a/setup.py b/setup.py index 0bd0017..436aec1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os from setuptools import setup, find_packages -VERSION = '1.4.0' +VERSION = '1.5.0' setup( name='django-axes',