Update changelog
This commit is contained in:
parent
cf27af81d4
commit
8187c9532f
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.2.3 (2019-01-28)
|
||||
------------------
|
||||
|
||||
* Add more template context for email previews.
|
||||
|
||||
* Convert ``enabled`` for Client, Probe to use datetime instead of boolean.
|
||||
|
||||
* Modify tempmon server logic to take "unfair" time windows into account.
|
||||
|
||||
|
||||
0.2.2 (2018-10-25)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.2.2'
|
||||
__version__ = '0.2.3'
|
||||
|
|
Loading…
Reference in a new issue