diff --git a/CHANGES.rst b/CHANGES.rst index 9245574..99b430e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.2.0 (2018-10-19) +------------------ + +* Add per-status timeouts and tracking for probe status. + +* Add appliance table, and probe "location" in that context. + +* Add image fields for Appliance table. + + 0.1.19 (2018-10-17) ------------------- diff --git a/rattail_tempmon/_version.py b/rattail_tempmon/_version.py index 560cfb5..08b390b 100644 --- a/rattail_tempmon/_version.py +++ b/rattail_tempmon/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.19' +__version__ = '0.2.0'