diff options
-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 |