Update changelog

This commit is contained in:
Lance Edgar 2022-01-03 16:17:00 -06:00
parent a0bb481a43
commit 5e0ba81b21
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG
=========
0.8.191 (2022-01-03)
--------------------
* Fix permission check for input file template links.
* Remove usage of ``app.get_designated_import_handler()``.
* Add basic configure page for Trainwreck.
* Use ``AuthHandler.get_permissions()``.
0.8.190 (2021-12-29)
--------------------

View file

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