Update changelog
This commit is contained in:
parent
a9a58584bd
commit
0dd6a7e62a
|
@ -5,6 +5,12 @@ All notable changes to Corporal 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.8] - 2023-01-02
|
||||
### Changed
|
||||
- Register entry points for emails.
|
||||
- Expose app setting for default grid pagesize.
|
||||
- Add ASGI app wrapper.
|
||||
|
||||
## [0.1.7] - 2022-03-10
|
||||
### Changed
|
||||
- Remove DB config from web app startup.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.1.7'
|
||||
__version__ = '0.1.8'
|
||||
|
|
Loading…
Reference in a new issue