diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d4a0b..c6f2105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.5 + - Docs fixes + ## 3.0.3 - Fix logging method signature for #debug ## 3.0.2 diff --git a/logstash-output-redis.gemspec b/logstash-output-redis.gemspec index c5e6731..f322ca1 100644 --- a/logstash-output-redis.gemspec +++ b/logstash-output-redis.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-output-redis' - s.version = '3.0.4' + s.version = '3.0.5' s.licenses = ['Apache License (2.0)'] s.summary = "This output will send events to a Redis queue using RPUSH" 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"