chore: update app version && changes

This commit is contained in:
firest 2023-06-23 17:01:22 +00:00
parent 6bb8bf58ea
commit 60a1f5a38d
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{application, emqx_retainer, [ {application, emqx_retainer, [
{description, "EMQX Retainer"}, {description, "EMQX Retainer"},
% strict semver, bump manually! % strict semver, bump manually!
{vsn, "5.0.13"}, {vsn, "5.0.14"},
{modules, []}, {modules, []},
{registered, [emqx_retainer_sup]}, {registered, [emqx_retainer_sup]},
{applications, [kernel, stdlib, emqx, emqx_ctl]}, {applications, [kernel, stdlib, emqx, emqx_ctl]},

View File

@ -0,0 +1 @@
Rename `deliver_rate` to `delivery_rate` in the configuration of `retainer`.