chore: bump version and update changelog

This commit is contained in:
Thales Macedo Garitezi 2022-06-10 16:15:17 -03:00
parent 1ba8ad4c25
commit 1733f19608
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
3 changed files with 10 additions and 3 deletions

View File

@ -18,6 +18,11 @@ File format:
password-protected private key files used for dashboard and
management HTTPS listeners. [#8129]
### Bug-fixes
- Correctly tally `connack.auth_error` metrics when a client uses MQTT
3.1. [#8177]
## v4.3.15
### Enhancements

View File

@ -6,7 +6,7 @@
%% the emqx `release' version, which in turn is comprised of several
%% apps, one of which is this. See `emqx_release.hrl' for more
%% info.
{vsn, "4.3.16"}, % strict semver, bump manually!
{vsn, "4.3.17"}, % strict semver, bump manually!
{modules, []},
{registered, []},
{applications, [ kernel

View File

@ -1,7 +1,8 @@
%% -*- mode: erlang -*-
%% Unless you know what you are doing, DO NOT edit manually!!
{VSN,
[{"4.3.15",
[{"4.3.16",[{load_module,emqx_metrics,brutal_purge,soft_purge,[]}]},
{"4.3.15",
[{add_module,emqx_calendar},
{load_module,emqx_logger_textfmt,brutal_purge,soft_purge,[]},
{load_module,emqx_packet,brutal_purge,soft_purge,[]},
@ -555,7 +556,8 @@
{load_module,emqx_message,brutal_purge,soft_purge,[]},
{load_module,emqx_limiter,brutal_purge,soft_purge,[]}]},
{<<".*">>,[]}],
[{"4.3.15",
[{"4.3.16",[{load_module,emqx_metrics,brutal_purge,soft_purge,[]}]},
{"4.3.15",
[{delete_module,emqx_calendar},
{load_module,emqx_logger_textfmt,brutal_purge,soft_purge,[]},
{load_module,emqx_packet,brutal_purge,soft_purge,[]},