fix(rebalance): fix changelog and version

This commit is contained in:
Ilya Averyanov 2023-07-05 12:48:09 +03:00
parent f3d6d5c1cc
commit 9bb159cf1e
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_node_rebalance, [
{description, "EMQX Node Rebalance"},
{vsn, "5.0.3"},
{vsn, "5.0.4"},
{registered, [
emqx_node_rebalance_sup,
emqx_node_rebalance,

View File

@ -0,0 +1,2 @@
Fix global rebalance status evaluation on replicant nodes.
Previously, `/api/v5/load_rebalance/global_status` API method could return incomplete results if handled by a replicant node.