- Added decorator to register notifications - Fixed issue where an extra migration would get created in django 1.10 - Initial support for django 1.11
0.1.4
- Fixed an issue where sending TwilioTextNotifications would fail with an assertion error.
0.1.3
- Added a management command to delete old saved notifications - Fixed an issue when installing herald without django already being installed - Added django.contrib.auth for sending django's password reset email through herald - Improved the herald email preview list
0.1.2
- Fixed bug finding template for front-end email viewer page.