Update changelog

This commit is contained in:
Lance Edgar 2021-12-08 15:54:23 -06:00
parent 6f60387f30
commit ae76ceea04
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG 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) 0.8.182 (2021-12-07)
-------------------- --------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.8.182' __version__ = '0.8.183'