chore: bump version && update change

This commit is contained in:
firest 2024-03-01 12:42:19 +08:00
parent 5a3a34cce7
commit 1c1c4e497d
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{application, emqx_utils, [
{description, "Miscellaneous utilities for EMQX apps"},
% strict semver, bump manually!
{vsn, "5.0.15"},
{vsn, "5.0.16"},
{modules, [
emqx_utils,
emqx_utils_api,

View File

@ -0,0 +1 @@
Fixed the sensitive headers for HTTP connector may be printed in the `debug` level log.