Skip to content

Commit

Permalink
bump version to 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsurprenant committed Jun 7, 2018
1 parent 3baefc1 commit 94fd5b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion logstash-filter-elapsed.gemspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 94fd5b4

Please sign in to comment.