diff --git a/CHANGES.rst b/CHANGES.rst index defb6035..cfdaa909 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +0.8.183 (2021-12-08) +-------------------- + +* Add basic views to expose Problem Reports, and run them. + +* Only include ``--runas`` arg if we have a value, for import jobs. + +* Assume default receiving workflow if there is only one. + +* Fix bug when report has no params dict. + + 0.8.182 (2021-12-07) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index c5a1b4cb..fc96b463 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.182' +__version__ = '0.8.183'