From 0ca89da1a715e382dbd15864087b6e85e1185a54 Mon Sep 17 00:00:00 2001 From: Zhongwen Deng Date: Thu, 8 Sep 2022 14:44:25 +0800 Subject: [PATCH] chore: add authn changelog --- CHANGES-5.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES-5.0.md b/CHANGES-5.0.md index 13a2fbb30..d2721b5bb 100644 --- a/CHANGES-5.0.md +++ b/CHANGES-5.0.md @@ -1,3 +1,8 @@ +# 5.0.9 +## Bug fixes + +* Ensure authentication type is an array, not struct. [#8923](https://github.com/emqx/emqx/pull/8923) + # 5.0.8 ## Bug fixes @@ -8,6 +13,7 @@ * Speed up dispatching of shared subscription messages in a cluster [#8893](https://github.com/emqx/emqx/pull/8893) * Fix the extra / prefix when CoAP gateway parsing client topics. [#8658](https://github.com/emqx/emqx/pull/8658) * Speed up updating the configuration, When some nodes in the cluster are down. [#8857](https://github.com/emqx/emqx/pull/8857) + * Fix delayed publish inaccurate caused by os time change. [#8926](https://github.com/emqx/emqx/pull/8926) * Fix that EMQX can't start when the retainer is disabled [#8911](https://github.com/emqx/emqx/pull/8911)