Update changelog
This commit is contained in:
parent
6f60387f30
commit
ae76ceea04
12
CHANGES.rst
12
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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.182'
|
||||
__version__ = '0.8.183'
|
||||
|
|
Loading…
Reference in a new issue