Update changelog

This commit is contained in:
Lance Edgar 2018-10-04 19:59:14 -05:00
parent 18b224a3e0
commit 63aa29f7d7
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG
=========
0.1.17 (2018-10-04)
-------------------
* Include client key in disabled probe list email.
* Don't let server mark client as offline until readings fail 3 times in a row.
* Add ``Client.archived`` flag, ignore archived for "disabled probes" check.
* Add notes field to client and probe tables.
* Add ``Client.disk_type`` to track SD card vs. USB.
0.1.16 (2018-02-07)
-------------------

View file

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