Skip to content

Commit

Permalink
Bump 6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
suyograo committed Apr 8, 2017
1 parent bdb1ba1 commit cb68e1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 6.1.5
- Fix a NPE when SASL_SSL+PLAIN (no Kerberos) was specified.

## 6.1.4
- Fix a bug where consumer was not correctly setup when `SASL_SSL` option was specified.

Expand Down
2 changes: 1 addition & 1 deletion logstash-output-kafka.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-output-kafka'
s.version = '6.1.4'
s.version = '6.1.5'
s.licenses = ['Apache License (2.0)']
s.summary = 'Output events to a Kafka topic. This uses the Kafka Producer API to write messages to a topic on the broker'
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"
Expand Down

0 comments on commit cb68e1d

Please sign in to comment.