diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d11cb2..a62e547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.6 + - Fix some documentation issues + ## 3.0.5 - No user impact: bump development/testing dependency 'gelf' to v3.0.0 diff --git a/logstash-input-gelf.gemspec b/logstash-input-gelf.gemspec index 856183f..e3400d3 100644 --- a/logstash-input-gelf.gemspec +++ b/logstash-input-gelf.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-input-gelf' - s.version = '3.0.5' + s.version = '3.0.6' s.licenses = ['Apache License (2.0)'] s.summary = "This input will read GELF messages as events over the network, making it a good choice if you already use Graylog2 today." 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"