* Add plugin settings views with the ability to test alerts. * Allow user filter for LDAP to be configured - Set the AUTH_LDAP_USER_FILTER setting to change it (defaults to "(uid=%(user)s)") * Update cabot-alert-hipchat plugin to 2.0.2 - Fixes bug when both HIPCHAT_URL and HIPCHAT_DOMAIN were set
0.10.2
Not secure
--------------
* Update cabot-alert-hipchat plugin to 2.0.1 - Supports Hipchat API v2 - If HIPCHAT_URL is set, it will use the old v1 api - Use HIPCHAT_DOMAIN for custom hipchat v2 deployments * Add interactive api docs (using djangorestframework 3.6) at /docs
0.10.1
Not secure
--------------
* [BUGFIX] Update cabot_alert_twilio to 1.3.1 - 1.3.0 was still broken on django 1.10
0.10.0
Not secure
--------------
* Add feedback notifications when updated profile * Automatically reload plugins after migrating * Add cabot_alert_slack as default plugin * Upgrade to Django 1.10 * Upgrade to Celery 4
0.9.2
Not secure
-------------
* Add /about endpoint * Fix rota bug when ical had no timezone * Add User Profile settings link to user dropdown
0.9.1
Not secure
-------------
* Update cabot-alert-twilio to 1.3.0 to work on django 1.10 * Fix Alert preferences form breaking on django 1.8 * Add `cabot` executable instead of using python manage.py (for e.g. migrating)