diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 5b26735..fb35103 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,24 @@ Changelog ========= +1.0.4 +----- +- Update settings.rst +- Update message handler call and base message handlers to accept the request object +- Update flake8 and pycodestyle to allow for longer lines. +- Update .editorconfig to allow longer lines. +- Fix decoration of logging_view. + +1.0.3 +----- +- Ensure get_message is CSRF exempt. +- get_message view only allows POST requests. + +1.0.2 +----- +- Update README.rst +- Clarify url pattern in README.rst moving carat to more logical place in example + 1.0.1 ----- - Remove Herodotus dependency diff --git a/setup.py b/setup.py index 8938386..7d8bcd9 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='django-logging-endpoint', - version='1.0.3', + version='1.0.4', packages=find_packages('src'), package_dir={'': 'src'}, include_package_data=True,