diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-27 17:56:16 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-27 17:56:16 +0100 |
commit | e9da51f4da9d2f3720ad41f19bf177c71095967c (patch) | |
tree | e41cded24da08246721e26105e3bb179e901581d | |
parent | 6c00fda9f101ff03612b2595ecba2dcc99cd1e27 (diff) | |
download | mqttr-e9da51f4da9d2f3720ad41f19bf177c71095967c.tar.gz mqttr-e9da51f4da9d2f3720ad41f19bf177c71095967c.tar.xz mqttr-e9da51f4da9d2f3720ad41f19bf177c71095967c.zip |
Changelog fix
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c10884..1880414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [Unreleased] + +### Fixed + +* Changelog 0.1.0 link now references the tag not an arbitrary diff. + ## [0.1.0] ### Added @@ -9,4 +15,4 @@ message, receive the message on stdin and the topic as an argument. * Configure an MQTT server using a host, port and optional credentials. -[0.1.0]: https://the-tk.com/cgit/mqttr/diff/?h=v0.1.0&id2=14519559686525121352de3e3c9b9cacc4242038 +[0.1.0]: https://the-tk.com/cgit/mqttr/tag/?h=v0.1.0 |