summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2022-07-06 12:17:26 +0200
committerMarcel Müller <neikos@neikos.email>2022-07-06 12:17:26 +0200
commit654f816ab2655297b300dd33ac52475e56b2b6ab (patch)
treed6bb9ea7e75faea6441e74e2b555c3f3179e4784
parent6115ca68bf3325071b96c188c5951bf1925555b3 (diff)
Add initial CHANGELOG.md for cloudmqttv0.1.0release/0.1.x
Signed-off-by: Marcel Müller <neikos@neikos.email>
-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
+
+