Update changelog

This commit is contained in:
Lance Edgar 2018-11-07 10:11:11 -06:00
parent d1980aeed8
commit 23a94ebfad
2 changed files with 11 additions and 1 deletions

View file

@ -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)
-------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.7.47'
__version__ = '0.7.48'