diff --git a/CHANGES.rst b/CHANGES.rst index 93ca917f..3d2ad125 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +0.7.38 (2018-10-03) +------------------- + +* Add support for "archived" flag in Tempmon Client views. + +* Expose notes field for tempmon client and probe views. + +* Expose new ``disk_type`` field for tempmon client views. + +* Tweak how receiving rows are looked up when adding to the batch. + + 0.7.37 (2018-09-27) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index d4652d0d..d2884f89 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.7.37' +__version__ = '0.7.38'