Update changelog

This commit is contained in:
Lance Edgar 2020-03-02 11:53:15 -06:00
parent 0e46b25f6e
commit 2100f0461d
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG
=========
0.8.87 (2020-03-02)
-------------------
* Add new "master" API view class; refactor products and batches to use it.
* Refactor all API views thus far, to use new v2 master.
* Use Cornice when registering all "service" API views.
0.8.86 (2020-03-01)
-------------------

View file

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