diff --git a/CHANGELOG.md b/CHANGELOG.md index b4abeee..6f9a191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.5] - 2020-09-22 +### Changed +- Add initial fabric bundle for 'theo-server'. +- Define custom app settings. +- Include POS integration web templates, as configured. +- Add basic support for LOC SMS integration. + ## [0.1.4] - 2020-09-19 ### Changed - Add the 'app' and 'fabric' extras to setup.py. diff --git a/theo/_version.py b/theo/_version.py index 483f94f..67ed0c1 100644 --- a/theo/_version.py +++ b/theo/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.4' +__version__ = '0.1.5'