From 57d4271244d8569c6bbe682edecaa9db617b6a01 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Mon, 12 Dec 2022 12:36:07 -0700 Subject: [PATCH] chore(changelog): add missing blank line --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b586aaf1f..180de15b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -352,6 +352,7 @@ ### BREAKING CHANGES - [#11493](https://github.com/influxdata/telegraf/pull/11493) `common.tls` Set default minimum TLS version to v1.2 for security reasons on both server and client connections. This is a change from the previous defaults (TLS v1.0) on the server configuration and might break clients relying on older TLS versions. You can manually revert to older versions on a per-plugin basis using the `tls_min_version` option in the plugins required + ## v1.23.4 [2022-08-16] ### Bugfixes