diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000000000000000000000000000000000000..c9a8aa643e7c95d0a4a5c450115ef50e62455e87
--- /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.