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.