From 324fbfc44950f603e075174689ccc90764215516 Mon Sep 17 00:00:00 2001 From: Devdutt Shenoi Date: Tue, 30 Jul 2024 14:33:41 +0530 Subject: [PATCH] doc: changelog --- rumqttd/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rumqttd/CHANGELOG.md b/rumqttd/CHANGELOG.md index 090bef2fe..01e5e3196 100644 --- a/rumqttd/CHANGELOG.md +++ b/rumqttd/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Assign random identifier to clients connecting with empty client id. +- `Unsubscribe` with `local::LinkTx`. ### Changed - Public re-export `Strategy` for shared subscriptions @@ -178,7 +179,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [rumqttd 0.12.4] - 01-02-2023 ### Fixed -- Client id with tenant prefix should be set globally (#564) +- Client id with tenant prefix should be set globally (#564) ## [rumqttd 0.12.3] - 23-01-2023