From 94fd5b4c2e7c2e6edbaa4ceaede29c5889b439a7 Mon Sep 17 00:00:00 2001 From: Colin Surprenant Date: Thu, 7 Jun 2018 10:26:10 -0400 Subject: [PATCH] bump version to 4.0.5 --- CHANGELOG.md | 3 +++ CONTRIBUTORS | 1 + logstash-filter-elapsed.gemspec | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86dad34..e715cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.0.5 + - Fixed default to true for the periodic_flush option in order for the caching expiration to work [#36](https://github.com/logstash-plugins/logstash-filter-elapsed/pull/36) + ## 4.0.4 - Update gemspec summary diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3f87191..a3c3bbe 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,6 +9,7 @@ Contributors: * Suyog Rao (suyograo) * karsaroth * Pere Urbón (purbon) +* Colin Surprenant (colinsurprenant) Note: If you've sent us patches, bug reports, or otherwise contributed to Logstash, and you aren't on the list above and want to be, please let us know diff --git a/logstash-filter-elapsed.gemspec b/logstash-filter-elapsed.gemspec index 60d7ac9..7898ec8 100644 --- a/logstash-filter-elapsed.gemspec +++ b/logstash-filter-elapsed.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-filter-elapsed' - s.version = '4.0.4' + s.version = '4.0.5' s.licenses = ['Apache License (2.0)'] s.summary = "Calculates the elapsed time between a pair of events" 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"