From 1c1c4e497d348d52844caf7ebc3c287bce7ad38b Mon Sep 17 00:00:00 2001 From: firest Date: Fri, 1 Mar 2024 12:42:19 +0800 Subject: [PATCH] chore: bump version && update change --- apps/emqx_utils/src/emqx_utils.app.src | 2 +- changes/ce/fix-12620.en.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/ce/fix-12620.en.md diff --git a/apps/emqx_utils/src/emqx_utils.app.src b/apps/emqx_utils/src/emqx_utils.app.src index 766b25da6..8fdade473 100644 --- a/apps/emqx_utils/src/emqx_utils.app.src +++ b/apps/emqx_utils/src/emqx_utils.app.src @@ -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, diff --git a/changes/ce/fix-12620.en.md b/changes/ce/fix-12620.en.md new file mode 100644 index 000000000..c54d66b41 --- /dev/null +++ b/changes/ce/fix-12620.en.md @@ -0,0 +1 @@ +Fixed the sensitive headers for HTTP connector may be printed in the `debug` level log.