diff --git a/CHANGELOG.md b/CHANGELOG.md index 770048e..760a689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.3.2 + - Fixed issue where certain log entries were incorrectly writing 'jdbc input' instead of 'exec input' [#21](https://github.com/logstash-plugins/logstash-input-exec/pull/21) + ## 3.3.1 - Docs: Set the default_codec doc attribute. diff --git a/logstash-input-exec.gemspec b/logstash-input-exec.gemspec index 5e69804..ed83576 100644 --- a/logstash-input-exec.gemspec +++ b/logstash-input-exec.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-input-exec' - s.version = '3.3.1' + s.version = '3.3.2' s.licenses = ['Apache License (2.0)'] s.summary = "Captures the output of a shell command as an event" 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"