diff --git a/CHANGES.rst b/CHANGES.rst index 787de2e6..0ee219b4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +0.8.189 (2021-12-23) +-------------------- + +* Add basic "pending product" support for new custorder batch. + +* Improve email bounce view per buefy theme. + + 0.8.188 (2021-12-20) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 3aae353e..ce4233d3 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.188' +__version__ = '0.8.189'