diff --git a/CHANGES.rst b/CHANGES.rst index 77fc38cf..f3028f24 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +0.8.125 (2021-02-10) +-------------------- + +* Fix some permission bugs when showing batch tools etc. + +* Render batch execution description as markdown. + +* Cleanup default display for vendor catalog batches. + +* Make errors more obvious, when running batch commands as subprocess. + +* Add styles for field labels in profile view. + + 0.8.124 (2021-02-04) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index c5d2b24f..309e446b 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.124' +__version__ = '0.8.125'