diff --git a/CHANGES.rst b/CHANGES.rst index d2a244ce..c236aa46 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +0.8.156 (2021-10-05) +-------------------- + +* Show "contact notes" when creating new custorder. + +* Improve phone editing for new custorder. + +* Add button to refresh contact info for new custorder. + +* Overhaul the "Personal" tab of profile view. + +* Refactor the Employee tab of profile view, per better patterns. + + 0.8.155 (2021-10-01) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index a9451e5f..55b6bda7 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.155' +__version__ = '0.8.156'