docs: update CHANGES-4.4
This commit is contained in:
parent
3c22878d54
commit
99ef6fbb2a
|
@ -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.
|
||||
|
|
|
@ -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]},
|
||||
|
|
Loading…
Reference in New Issue