Update changelog

This commit is contained in:
Lance Edgar 2023-10-07 18:59:56 -05:00
parent cf90ca5704
commit dbeed929fc
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ All notable changes to rattail-corepos will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.1.37] - 2023-10-07
### Changed
- Add custom POS batch handler, to push transactions to CORE.
- Add tender importer from CORE; apply tender in CORE POS batch.
- Add employee importer for CORE -> Rattail, and CORE cashier auth handler.
- Improve the `core-office anonymize` command somewhat.
- Rename config section to `[corepos.db.office_arch]`.
- Add importer for tax rates from CORE.
## [0.1.36] - 2023-09-19
### Changed
- Do not raise error if CORE equity payment not found in rattail.

View file

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