Skip to content

Commit 76f8861

Browse files
committed
Bump version number and write changelog
Fixes #213
1 parent b82d75c commit 76f8861

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 7.3.1
2+
- Added support for kafka property `ssl.endpoint.identification.algorithm` [#213](https://github.com/logstash-plugins/logstash-output-kafka/pull/213)
3+
14
## 7.3.0
25
- Changed Kafka client to version 2.1.0
36

logstash-output-kafka.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-output-kafka'
4-
s.version = '7.3.0'
4+
s.version = '7.3.1'
55
s.licenses = ['Apache-2.0']
66
s.summary = "Writes events to a Kafka topic"
77
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)