Update changelog

This commit is contained in:
Lance Edgar 2017-06-01 17:18:30 -05:00
parent f04b4105c7
commit 5f680ff672
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
CHANGELOG CHANGELOG
========= =========
0.1.8 (2017-06-01)
------------------
* Refactor main server loop a bit, to add basic retry w/ error logging
* Tweak mail templates a bit, to reference config values
0.1.7 (2017-06-01) 0.1.7 (2017-06-01)
------------------ ------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = u'0.1.7' __version__ = u'0.1.8'