Update changelog

This commit is contained in:
Lance Edgar 2023-10-04 10:58:23 -05:00
parent db744cade5
commit da2377fed6
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG CHANGELOG
========= =========
0.10.69 (2023-10-04)
--------------------
* Add enum for ``POS_ROW_TYPE``.
* Add tender flags to control cash back behavior.
* Add ``get_user()`` convenience method for auth, app handlers.
0.10.68 (2023-10-01) 0.10.68 (2023-10-01)
-------------------- --------------------

View file

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