diff --git a/CHANGES.rst b/CHANGES.rst index 7021da36..263bda2e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +0.8.141 (2021-09-09) +-------------------- + +* Add /people API endpoint; allow for "native sort". + +* Allow override of "create" permission in API. + +* Add the ``Grid.remove()`` method, deprecate ``hide_column()`` etc. + +* Improve error handling for purchase batch. + + 0.8.140 (2021-09-01) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 33a6b511..1d4f88a2 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.140' +__version__ = '0.8.141'