diff --git a/CHANGES.rst b/CHANGES.rst index a1db102b..8f306636 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.8.112 (2020-09-29) +-------------------- + +* Add support for "list" type of app settings (w/ textarea). + +* Add feature to "download rows for results" in master index view. + +* Fix "refresh results" for batches, in Buefy theme. + + 0.8.111 (2020-09-25) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index cfd6d60d..95830513 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.111' +__version__ = '0.8.112'