diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9a191..e31aca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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'. diff --git a/theo/_version.py b/theo/_version.py index 67ed0c1..955f1d8 100644 --- a/theo/_version.py +++ b/theo/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.5' +__version__ = '0.1.6'