Update changelog

This commit is contained in:
Lance Edgar 2021-11-26 15:58:37 -06:00
parent 15d4254664
commit faea1411fd
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG
=========
0.9.220 (2021-11-26)
--------------------
* Add way to "require" included config files.
* Only coerce logging timestamps if we have a timezone set.
* Set ``Subcommand.app`` within constructor, for convenience.
0.9.219 (2021-11-25)
--------------------

View file

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