diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a16430..432341f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.1.6 + - Fix some documentation issues + ## 3.1.5 - Docs: Fix broken link to Logstash docs. - Support ca_file setting when using https uri in hosts parameter diff --git a/logstash-filter-elasticsearch.gemspec b/logstash-filter-elasticsearch.gemspec index 359689c..d5de80f 100644 --- a/logstash-filter-elasticsearch.gemspec +++ b/logstash-filter-elasticsearch.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-filter-elasticsearch' - s.version = '3.1.5' + s.version = '3.1.6' s.licenses = ['Apache License (2.0)'] s.summary = "Search elasticsearch for a previous log event and copy some fields from it into the current 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"