docs: update CHANGES-4.4

This commit is contained in:
Zaiming (Stone) Shi 2022-02-21 15:08:23 +01:00
parent 3c22878d54
commit 99ef6fbb2a
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# EMQ X 4.4 Changes
## v4.4.2
### Minor changes
* Windows package is built on Erlang/OTP 24
## v4.4.1
This patch release is only to fix windows build which failed on v4.4.0.

View File

@ -1,6 +1,6 @@
{application, emqx_dashboard,
[{description, "EMQ X Web Dashboard"},
{vsn, "4.4.2"}, % strict semver, bump manually!
{vsn, "4.4.3"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_dashboard_sup]},
{applications, [kernel,stdlib,mnesia,minirest]},