Update changelog
This commit is contained in:
parent
7c76a7839e
commit
b1b058a5b3
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.9.308 (2022-08-14)
|
||||
--------------------
|
||||
|
||||
* Add ``process_changes_proper()`` method for datasync consumers.
|
||||
|
||||
* Remove unique constraint for ``Brand.name``.
|
||||
|
||||
* Refactor usage of ``get_vendor()`` lookup.
|
||||
|
||||
|
||||
0.9.307 (2022-08-12)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.307'
|
||||
__version__ = '0.9.308'
|
||||
|
|
Loading…
Reference in a new issue