diff --git a/CHANGES.rst b/CHANGES.rst index ddf34c26..22b244e2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.7.48 (2018-11-07) +------------------- + +* Add initial ``tailbone.api`` subpackage, with some basic API views. Note + that this API is meant to be ran as a separate app so we can better leverage + Cornice features. + +* Add client IP address to user feedback email. + + 0.7.47 (2018-10-25) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 97fadac5..11c9d274 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.7.47' +__version__ = '0.7.48'