diff --git a/AUTHORS.rst b/AUTHORS.rst index 5c2656e..a67e44f 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -24,6 +24,7 @@ Contributors: * `Samuel Spencer `_ * `Seb Vetter `_ * `KimSia Sim `_ +* `Dan Moore `_ If your name is missing as a contributor that's my oversight, let me know at ben@benlopatin.com diff --git a/HISTORY.rst b/HISTORY.rst index 8067e11..17e27df 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,15 @@ History ======= +2.1.0 +----- + +* Adds migrations to support Django 4.x +* Removes support for Django < 3.2 +* Updates tox testing for supported configurations of Django 3.2 - 4.1 with Python 3.7 - 3.10 +* Early tox testing of Django 4.1 with Python 3.11 +* Fixes GitHub Actions automated testing + 2.0.2 -----