From 4583d4c0b90d7d637806de70fc0e506fa7c2ec32 Mon Sep 17 00:00:00 2001 From: firest Date: Fri, 2 Sep 2022 10:19:04 +0800 Subject: [PATCH] chore: update CHANGES-5.0.md --- CHANGES-5.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES-5.0.md b/CHANGES-5.0.md index 1c6c5dc64..e9a9282db 100644 --- a/CHANGES-5.0.md +++ b/CHANGES-5.0.md @@ -3,6 +3,7 @@ ## Bug fixes * Fix exhook `client.authorize` never being execauted. [#8780](https://github.com/emqx/emqx/pull/8780) +* Fix JWT plugin don't support non-integer timestamp claims. [#8867](https://github.com/emqx/emqx/pull/8867) ## Enhancements