@@ -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,
@@ -0,0 +1 @@
+Fixed the sensitive headers for HTTP connector may be printed in the `debug` level log.