chore: bump version && update changes

This commit is contained in:
firest 2023-04-24 18:16:28 +08:00
parent feeb3df994
commit 6110aad23f
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{application, emqx_management, [
{description, "EMQX Management API and CLI"},
% strict semver, bump manually!
{vsn, "5.0.19"},
{vsn, "5.0.20"},
{modules, []},
{registered, [emqx_management_sup]},
{applications, [kernel, stdlib, emqx_plugins, minirest, emqx, emqx_ctl]},

View File

@ -0,0 +1 @@
Add the limiter API `/configs/limiter` which was deleted by mistake back.