From ae453fd2a32f4d9738f22ccb27847c70da8f5c2a Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Wed, 17 Oct 2018 10:27:21 -0400 Subject: [PATCH] Version bump and changelog entry for 9.2.2 --- CHANGELOG.md | 3 +++ logstash-output-elasticsearch.gemspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d3f765b1..db73a8c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 9.2.2 + - Fixed numerous issues relating to builds on Travis [#799](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/799) + ## 9.2.1 - Added text offering hosted Elasticsearch service diff --git a/logstash-output-elasticsearch.gemspec b/logstash-output-elasticsearch.gemspec index 1602eb9c1..f4e421f54 100644 --- a/logstash-output-elasticsearch.gemspec +++ b/logstash-output-elasticsearch.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'logstash-output-elasticsearch' - s.version = '9.2.1' + s.version = '9.2.2' s.licenses = ['apache-2.0'] s.summary = "Stores logs in Elasticsearch" 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"