Procházet zdrojové kódy

chore: update changes and release vsn

JianBo He před 3 roky
rodič
revize
ad96bb551e
2 změnil soubory, kde provedl 7 přidání a 1 odebrání
  1. 6 0
      CHANGES-5.0.md
  2. 1 1
      apps/emqx/include/emqx_release.hrl

+ 6 - 0
CHANGES-5.0.md

@@ -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

+ 1 - 1
apps/emqx/include/emqx_release.hrl

@@ -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").