From 7062ab7c7307389c39d08eddc49bc7e425e22591 Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:53:05 -0500 Subject: [PATCH] Correct link format in CHANGELOG.md Links in changelog must be formatted correctly to appear properly in release notes. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b720416..d7ff1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## 7.0.1 - - Name netty threads with plugin id and their purpose [229](https://github.com/logstash-plugins/logstash-input-tcp/pull/229) + - Name netty threads with plugin id and their purpose [#229](https://github.com/logstash-plugins/logstash-input-tcp/pull/229) ## 7.0.0 - SSL settings that were marked deprecated in version `6.4.0` are now marked obsolete, and will prevent the plugin from starting. @@ -7,7 +7,7 @@ - `ssl_cert`, which should be replaced by `ssl_certificate` - `ssl_enable`, which should be replaced by `ssl_enabled` - `ssl_verify`, which should be replaced by `ssl_client_authentication` when `mode` is `server` or `ssl_verification_mode`when mode is `client` - - [228](https://github.com/logstash-plugins/logstash-input-tcp/pull/228) + - [#228](https://github.com/logstash-plugins/logstash-input-tcp/pull/228) ## 6.4.4 - update netty to 4.1.115 [#227](https://github.com/logstash-plugins/logstash-input-tcp/pull/227)