Update changelog

This commit is contained in:
Lance Edgar 2023-01-02 17:01:02 -06:00
parent a9a58584bd
commit 0dd6a7e62a
2 changed files with 7 additions and 1 deletions

View file

@ -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.

View file

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