diff --git a/CHANGES.rst b/CHANGES.rst index affe5ccd..10c39d54 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index b07a949a..b6faadaa 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.190' +__version__ = '0.8.191'