Update changelog

This commit is contained in:
Lance Edgar 2022-08-14 10:16:44 -05:00
parent 7c76a7839e
commit b1b058a5b3
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG 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) 0.9.307 (2022-08-12)
-------------------- --------------------

View file

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