From 7bdfc83137af8f8a7ef5520af96ec9edd2065cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolf=20H=C3=A5vard=20Blindheim?= Date: Tue, 24 Sep 2024 12:42:15 +0200 Subject: [PATCH] docs: update docs --- .mosquitto/README.md | 3 +++ Changelog.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .mosquitto/README.md diff --git a/.mosquitto/README.md b/.mosquitto/README.md new file mode 100644 index 0000000..9b1bc05 --- /dev/null +++ b/.mosquitto/README.md @@ -0,0 +1,3 @@ +The files in this directory is part of the test suite and are *not* commited by accident. +They are valid credentials for both [test.mosquitto.org](https://test.mosquitto.org/), the public +Mosquitto test server and the local docker container used to test and develop this library. diff --git a/Changelog.md b/Changelog.md index 53f528d..a4b9b82 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ ## 0.1.0 - Initial release -_Released 2024-09-23_ +_Released 2024-09-24_ The initial release supports connecting to an MQTT broker using [emqtt](https://github.com/emqx/emqtt), and consume messages using a Broadway pipeline.