diff --git a/CHANGES.rst b/CHANGES.rst index cfdaa909..185d0763 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +0.8.184 (2021-12-09) +-------------------- + +* Refactor "receive row" and "declare credit" tools per buefy theme. + +* Allow "auto-receive all items" batch feature in production. + +* Make "view row" prettier for receiving batch, for buefy themes. + +* Add buttons to edit, confirm cost for receiving batch row view. + + 0.8.183 (2021-12-08) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index fc96b463..3066e92b 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.183' +__version__ = '0.8.184'