chore: bump emqx_modules && update CHANGES

This commit is contained in:
firest 2022-09-27 13:39:25 +08:00
parent 6836a502ac
commit 56816559d9
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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, []}},