From 4921d0eed1c6fa68052e1913434375217c16b523 Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Wed, 30 May 2018 12:33:36 -0400 Subject: [PATCH] Version Bump to 4.1.4 Fixes #186 --- CHANGELOG.md | 3 +++ logstash-output-s3.gemspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb45f96..373923cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.1.4 + - [#185](https://github.com/logstash-plugins/logstash-output-s3/pull/184) Internal: Revert rake pinning to fix upstream builds + ## 4.1.3 - [#181](https://github.com/logstash-plugins/logstash-output-s3/pull/181) Docs: Fix incorrect characterization of parameters as `required` in example configuration. - [#184](https://github.com/logstash-plugins/logstash-output-s3/pull/184) Internal: Pin rake version for jruby-1.7 compatibility diff --git a/logstash-output-s3.gemspec b/logstash-output-s3.gemspec index 94ec794d..b6f08771 100644 --- a/logstash-output-s3.gemspec +++ b/logstash-output-s3.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'logstash-output-s3' - s.version = '4.1.3' + s.version = '4.1.4' s.licenses = ['Apache-2.0'] s.summary = "Sends Logstash events to the Amazon Simple Storage Service" 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"