Update changelog

This commit is contained in:
Lance Edgar 2018-10-17 19:31:37 -05:00
parent 5830c7bd15
commit 8be64c0580
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG
=========
0.1.19 (2018-10-17)
-------------------
* Add probe URL to email template context.
* Leverage common "now" value when sending emails from server.
* Fix logic bug when checking readings for client.
0.1.18 (2018-10-09)
-------------------

View file

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