summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..c2ba800
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,14 @@
+# Changelog 'cloudmqtt'
+
+
+## v0.1.0
+
+The 0.1.0 is the initial public release of the cloudmqtt crate. As such it is still in an alpha state.
+
+Added:
+
+- Added support for connecting via TCP to a MQTT server
+- Added support for keep alive heartbeats
+- Added support for QoS 1 and Qos 2 levels
+
+