From 6e37016c6340f62a40bbb54aeed465844901758c Mon Sep 17 00:00:00 2001 From: Ellis Percival <flyte@failcode.co.uk> Date: Mon, 17 Jul 2017 13:17:33 +0100 Subject: [PATCH] Add changelog. --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..c9a8aa6 --- /dev/null +++ b/changelog.md @@ -0,0 +1,8 @@ +v0.0.6 - 2017-07-17 +=================== + +- Large refactor and tidyup. +- Implement config validation using cerberus. +- Enable configuration of MQTT protocol. Closes #11. +- Deploy Python Wheel as well as source package. +- Add some (not exhaustive) tests. -- GitLab