Update changelog

This commit is contained in:
Lance Edgar 2023-06-12 20:46:06 -05:00
parent 35d200eb8e
commit ed09eaa811
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ All notable changes to tailbone-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.19] - 2023-06-12
### Changed
- Add/improve some CORE member xref links.
- Add upstream credits view when custom purchases view is included.
- Use new pattern for adding link to view customer in CORE Office.
- Add view supplement for CustomerShopper.
- Rename model for `custdata` to `CustomerClassic`.
- Add views for CORE new-style Customer, CustomerAccount.
## [0.1.18] - 2023-05-17
### Changed
- Replace `setup.py` contents with `setup.cfg`.

View file

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