From ee388440cd1259b86a65615bf922dfad69071977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Thu, 19 Aug 2021 16:05:48 +0300 Subject: [PATCH] Version 5.21.0 See #728 and #770 --- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 599b4a1..b47be15 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,14 @@ Changes ======= +5.21.0 (2021-08-19) +------------------- + +- Add configurable lockout HTTP status code responses + with the new ``AXES_HTTP_RESPONSE_CODE`` setting. + [phil-bell] + + 5.20.0 (2021-06-29) -------------------