diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2190434..bf2e103 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.6.0 +current_version = 0.6.1 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c295763..d5f38d1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog ========= +0.6.1 (2024-02-12) +================== + +Small bugfix release + +* [#34] Properly log data for error responses + 0.6.0 (2023-12-11) ================== diff --git a/README.rst b/README.rst index d72d8eb..af6baa3 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ django-log-outgoing-requests ================================================= -:Version: 0.6.0 +:Version: 0.6.1 :Source: https://github.com/maykinmedia/django-log-outgoing-requests :Keywords: logging, django, requests :PythonVersion: 3.8+ diff --git a/docs/conf.py b/docs/conf.py index 41d85f2..9f785f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "0.6.0" +release = "0.6.1" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index e597cdd..6faf394 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ # see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files [metadata] name = django-log-outgoing-requests -version = 0.6.0 +version = 0.6.1 description = Log outgoing requests made by the requests python library long_description = file: README.rst url = https://github.com/maykinmedia/django-log-outgoing-requests