Update changelog

This commit is contained in:
Lance Edgar 2020-09-25 18:03:16 -05:00
parent 48960d961b
commit b503815eac
2 changed files with 9 additions and 1 deletions

View file

@ -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/) 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). 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 ## [0.1.5] - 2020-09-22
### Changed ### Changed
- Add initial fabric bundle for 'theo-server'. - Add initial fabric bundle for 'theo-server'.

View file

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