Skip to content

Commit

Permalink
Prepare version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nalch committed Jan 10, 2020
1 parent 00a45a6 commit a4a73f1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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,
Expand Down

0 comments on commit a4a73f1

Please sign in to comment.