Преглед изворни кода

chore: bump emqx_modules && update CHANGES

firest пре 3 година
родитељ
комит
56816559d9
2 измењених фајлова са 7 додато и 1 уклоњено
  1. 6 0
      CHANGES-5.0.md
  2. 1 1
      apps/emqx_modules/src/emqx_modules.app.src

+ 6 - 0
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

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