From 56816559d928ce51535bc1ce6b6cf20926e2dbe3 Mon Sep 17 00:00:00 2001 From: firest Date: Tue, 27 Sep 2022 13:39:25 +0800 Subject: [PATCH] chore: bump emqx_modules && update CHANGES --- CHANGES-5.0.md | 6 ++++++ apps/emqx_modules/src/emqx_modules.app.src | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES-5.0.md b/CHANGES-5.0.md index 20d972096..04dffaf8e 100644 --- a/CHANGES-5.0.md +++ b/CHANGES-5.0.md @@ -1,3 +1,9 @@ +# 5.0.10 + +## Enhancements + +* Use milliseconds internally in emqx_delayed to store the publish time, improving precision.[#9060](https://github.com/emqx/emqx/pull/9060) + # 5.0.9 ## Enhancements diff --git a/apps/emqx_modules/src/emqx_modules.app.src b/apps/emqx_modules/src/emqx_modules.app.src index 2fa38dae3..4a1644152 100644 --- a/apps/emqx_modules/src/emqx_modules.app.src +++ b/apps/emqx_modules/src/emqx_modules.app.src @@ -1,7 +1,7 @@ %% -*- mode: erlang -*- {application, emqx_modules, [ {description, "EMQX Modules"}, - {vsn, "5.0.4"}, + {vsn, "5.0.5"}, {modules, []}, {applications, [kernel, stdlib, emqx]}, {mod, {emqx_modules_app, []}},