diff --git a/CHANGELOG.md b/CHANGELOG.md index 7549b76..c2c3a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/rattail_corepos/_version.py b/rattail_corepos/_version.py index f2bedaf..2806ca6 100644 --- a/rattail_corepos/_version.py +++ b/rattail_corepos/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.36' +__version__ = '0.1.37'