Update changelog

This commit is contained in:
Lance Edgar 2022-03-05 14:57:03 -06:00
parent e2445d07ab
commit a738f7f241
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ All notable changes to Messkit 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.2] - 2022-03-05
### Changed
- Set default theme and images when installing.
- Include app setting for production flag.
- Add support for including some views based on DB settings.
- Add support for mysql database as messkit backend.
- Add upgrade script/config to installer.
- Add initial docs.
## [0.1.1] - 2022-03-03
### Added
- Initial version...sort of.

View file

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