Update changelog

This commit is contained in:
Lance Edgar 2022-03-02 21:40:34 -06:00
parent 824b6552b5
commit ba394e7f4b
2 changed files with 9 additions and 1 deletions

View file

@ -5,6 +5,14 @@ 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.9] - 2022-03-02
### Changed
- Show input filename column in CORE member batches grid.
- Include views for PendingProduct model.
- Tweak exposure for some fields.
- Add basic views for CORE user groups.
- Update config defaults for all corepos views.
## [0.1.8] - 2021-11-05
### Changed
- Show member type names for CORE member batch.

View file

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