Update changelog

This commit is contained in:
Lance Edgar 2023-06-16 20:43:00 -05:00
parent 5a03f5c23e
commit 17ae06f9c1
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG
=========
0.9.32 (2023-06-16)
-------------------
* Fix grid filter bug when switching from 'equal' to 'between' verbs.
* Add users context data for profile view.
* Join the Person model for Customers grid differently based on config.
0.9.31 (2023-06-15)
-------------------

View file

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