Skip to content

Commit 77eae1f

Browse files
committed
Update version and add changelog entry
Also updated license info in gemspec to be SPDX compliant. Fixes #295
1 parent 038ca21 commit 77eae1f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 8.2.1
2+
- Changed Kafka client version to 2.0.1 [#295](https://github.com/logstash-plugins/logstash-input-kafka/pull/295)
3+
14
## 8.2.0
25
- Upgrade Kafka client to version 2.0.0
36

logstash-input-kafka.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-input-kafka'
3-
s.version = '8.2.0'
4-
s.licenses = ['Apache License (2.0)']
3+
s.version = '8.2.1'
4+
s.licenses = ['Apache-2.0']
55
s.summary = "Reads events from a Kafka topic"
66
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"
77
s.authors = ['Elasticsearch']

0 commit comments

Comments
 (0)