Update changelog
This commit is contained in:
parent
48960d961b
commit
b503815eac
|
@ -5,6 +5,14 @@ All notable changes to tailbone-theo 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.6] - 2020-09-25
|
||||
### Changed
|
||||
- Add basic LOC SMS support for theo-server machine.
|
||||
- Use default Catapult web menu.
|
||||
- Add support for multiple DB engines, for Catapult views.
|
||||
- Always require mysql connector as dependency (in case mirror DB).
|
||||
- Add basic feature to mirror POS DB in mysql or postgresql.
|
||||
|
||||
## [0.1.5] - 2020-09-22
|
||||
### Changed
|
||||
- Add initial fabric bundle for 'theo-server'.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.1.5'
|
||||
__version__ = '0.1.6'
|
||||
|
|
Loading…
Reference in a new issue