Skip to content

Commit

Permalink
Bump version and add changelog for 1.0.1 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Oct 6, 2018
1 parent dce22be commit df4de1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ Changelog
use ``rest_framework.permissions.IsAuthenticated`` on your views
:ref:`as documented <protecting-api-views>`

- **1.0.1 (2018-10-06)**
- Added support for being used via Django 1.11's new `MIDDLEWARE` option.
- Fixed the ``hawkrequest`` management command when using newer Django/Python.
- Fixed inconsistency between the way the middleware and authentication
backend determined whether a request was a Hawk signed request.

- **1.0.0 (2017-04-05)**

- Added support for a ``HAWK_USER_LOOKUP`` setting.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


setup(name='hawkrest',
version='1.0.0',
version='1.0.1',
description="Hawk HTTP Authorization for Django Rest Framework",
long_description='',
author='Kumar McMillan',
Expand Down

0 comments on commit df4de1a

Please sign in to comment.