diff --git a/CHANGES.rst b/CHANGES.rst index 33d96874..8717ec11 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +0.8.51 (2019-07-13) +------------------- + +* Add basic "DB picker" support, for views which allow multiple engines. + +* Include employee history data in context for "view profile". + +* Add custom permissions for People "profile" view. + +* Use latest version of Buefy by default, for falafel theme. + +* Send URL for viewing employee, along to profile page template. + + 0.8.50 (2019-07-09) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index d0478509..d7b702ef 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.50' +__version__ = '0.8.51'