Skip to content

Commit 29e289c

Browse files
authored
Correct link format in CHANGELOG.md (#231)
Links in changelog must be formatted correctly to appear properly in release notes.
1 parent e5ef98f commit 29e289c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## 7.0.1
2-
- Name netty threads with plugin id and their purpose [229](https://github.com/logstash-plugins/logstash-input-tcp/pull/229)
2+
- Name netty threads with plugin id and their purpose [#229](https://github.com/logstash-plugins/logstash-input-tcp/pull/229)
33

44
## 7.0.0
55
- SSL settings that were marked deprecated in version `6.4.0` are now marked obsolete, and will prevent the plugin from starting.
66
- These settings are:
77
- `ssl_cert`, which should be replaced by `ssl_certificate`
88
- `ssl_enable`, which should be replaced by `ssl_enabled`
99
- `ssl_verify`, which should be replaced by `ssl_client_authentication` when `mode` is `server` or `ssl_verification_mode`when mode is `client`
10-
- [228](https://github.com/logstash-plugins/logstash-input-tcp/pull/228)
10+
- [#228](https://github.com/logstash-plugins/logstash-input-tcp/pull/228)
1111

1212
## 6.4.4
1313
- update netty to 4.1.115 [#227](https://github.com/logstash-plugins/logstash-input-tcp/pull/227)

0 commit comments

Comments
 (0)