chore: update changes and release vsn

This commit is contained in:
JianBo He 2022-08-22 12:27:30 +08:00
parent 951aa4076f
commit ad96bb551e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 5.0.6
## Bug fixes
* Upgrade Dashboard version to fix an issue where the node status was not displayed correctly. [#8771](https://github.com/emqx/emqx/pull/8771)
# 5.0.5
## Bug fixes

View File

@ -32,7 +32,7 @@
%% `apps/emqx/src/bpapi/README.md'
%% Community edition
-define(EMQX_RELEASE_CE, "5.0.5").
-define(EMQX_RELEASE_CE, "5.0.6").
%% Enterprise edition
-define(EMQX_RELEASE_EE, "5.0.0-alpha.1").