diff --git a/CHANGELOG.md b/CHANGELOG.md index 0133d8d..83b5d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.2.2 + - Update gemspec summary + ## 3.2.1 - Fix some documentation issues diff --git a/logstash-filter-useragent.gemspec b/logstash-filter-useragent.gemspec index ac58215..63a0f27 100644 --- a/logstash-filter-useragent.gemspec +++ b/logstash-filter-useragent.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.name = 'logstash-filter-useragent' s.version = ::File.read('version').split("\n").first s.licenses = ['Apache License (2.0)'] - s.summary = "Parse user agent strings into structured data based on BrowserScope data" + s.summary = "Parses user agent strings into fields " 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" s.authors = ["Elastic"] s.email = 'info@elastic.co' diff --git a/version b/version index 0444f32..acf9bf0 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.2.1 \ No newline at end of file +3.2.2 \ No newline at end of file