Update changelog

This commit is contained in:
Lance Edgar 2018-10-09 16:36:07 -05:00
parent 5bf69a0c21
commit d6ab9a60f1
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG
=========
0.1.18 (2018-10-09)
-------------------
* Log our supposed hostname on client startup.
* Log error on client, when probe takes a 185.0 reading.
* Improve docstrings for some model attributes (for Tailbone).
* Make server more tolerant of database restart.
* Make client more tolerant of database restart.
* Add "status since" to template context for email alerts.
* Add "recent readings" to email template context.
0.1.17 (2018-10-04)
-------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.1.17'
__version__ = '0.1.18'