chore: update changelog

This commit is contained in:
zhongwencool 2022-04-24 16:48:12 +08:00
parent 10bca7f6b5
commit 29e453383a
2 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,11 @@ File format:
- One list item per change topic - One list item per change topic
Change log ends with a list of github PRs Change log ends with a list of github PRs
## v4.3.15
### Bug fixes
* List subscription topic (/api/v4/subscriptions), the result do not match with multiple conditions.
## v4.3.14 ## v4.3.14
### Enhancements ### Enhancements

View File

@ -1,6 +1,6 @@
{application, emqx_management, {application, emqx_management,
[{description, "EMQ X Management API and CLI"}, [{description, "EMQ X Management API and CLI"},
{vsn, "4.3.11"}, % strict semver, bump manually! {vsn, "4.3.12"}, % strict semver, bump manually!
{modules, []}, {modules, []},
{registered, [emqx_management_sup]}, {registered, [emqx_management_sup]},
{applications, [kernel,stdlib,minirest]}, {applications, [kernel,stdlib,minirest]},