Update changelog
This commit is contained in:
parent
824b6552b5
commit
ba394e7f4b
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.1.8'
|
||||
__version__ = '0.1.9'
|
||||
|
|
Loading…
Reference in a new issue