- Add ability to send notification to a single subscription (47) by rjuppa
0.2.5
- Serve serviceworker from same domain for proper scope. Fix 38 - Adding [say thanks](https://saythanks.io) - **Fixing a bug in template to use `user` instead of `request.user`**. Fix 43 by Mogost
0.2.4
- **Adding support for jinja templating engine** - Fixing support for django 1.9, 1.10, 1.11, 2.0 - **Dropping support for django 1.8** - **Change `webpush` template tag to `webpush_header` template tag** - Change template `webpush.html` to `webpush_headers.html` - Updating documentation and removing rst
0.2.3
- Adding support for Django 2.0 by neonwarp - TTL documentation fixed by skorokithakis - Save the browser name by elishowk
0.2.2.2
- Fixed support for Chrome 52+ - Updated documentation for Chrome
0.2.1
- Adding Support for django 1.9 and 1.10. - Update pywebpush - Adding support for Python 3 - Store the data in html body, not head