diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 162632f..7ea09b5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,13 +1,11 @@ -0.12.0 (Unreleased) +0.12.0 (2023-10-19) =================== -* Declare Django 4.2 support - - -0.11.1 (Unreleased) -=================== - -* Fixed ignored headers issue. +* Declare Django 4.2 support in #167 +* Drop mock dependency in favor of unittest.mock in #168 +* Update README.rst with the correct Header name in #170. Thanks @adrgs ! +* Fixed ignored headers issue in #172. Thanks for the detailed reporting @jagotu ! +* Deprecated setup.py in github actions in #173 and #174 0.11.0 (2023-02-26) diff --git a/revproxy/__init__.py b/revproxy/__init__.py index f323a57..2c7bffb 100644 --- a/revproxy/__init__.py +++ b/revproxy/__init__.py @@ -1 +1 @@ -__version__ = '0.11.0' +__version__ = '0.12.0'