Update changelog
This commit is contained in:
parent
63a1172408
commit
c8f55bf472
|
@ -5,6 +5,12 @@ 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.12] - 2023-01-02
|
||||
### Changed
|
||||
- Configure DB connections for CORE trans archive on app startup.
|
||||
- Fix datasync bug for CORE API -> Rattail.
|
||||
- Update usage of `short_session()` per upstream changes.
|
||||
|
||||
## [0.1.11] - 2022-03-15
|
||||
### Changed
|
||||
- Add "raw" card number value to CORE Member Import batch.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.1.11'
|
||||
__version__ = '0.1.12'
|
||||
|
|
Loading…
Reference in a new issue