Update changelog
This commit is contained in:
parent
e4e0d81f6e
commit
e19119194d
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.129 (2021-03-11)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Add support for ``inactivity_months`` field for delete product batch.
|
||||||
|
|
||||||
|
* Expose new fields for Trainwreck.
|
||||||
|
|
||||||
|
* Fix enum display for customer order status.
|
||||||
|
|
||||||
|
|
||||||
0.8.128 (2021-03-05)
|
0.8.128 (2021-03-05)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.128'
|
__version__ = '0.8.129'
|
||||||
|
|
Loading…
Reference in a new issue