chore(changelog): add missing blank line

This commit is contained in:
Joshua Powers 2022-12-12 12:36:07 -07:00 committed by GitHub
parent 1faebe0d65
commit 57d4271244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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