From 54fafeae11a5d75cd4b0c4c544861e70f8c6aee1 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Mon, 21 Aug 2017 01:32:49 -0700 Subject: [PATCH] Docs fix and version bump Related: https://github.com/elastic/logstash/issues/7993 Fixes #5 --- CHANGELOG.md | 2 ++ logstash-filter-hashid.gemspec | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..69d961e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +## 0.1.3 + - Asciidoc fixes diff --git a/logstash-filter-hashid.gemspec b/logstash-filter-hashid.gemspec index 5f520f7..391dbba 100644 --- a/logstash-filter-hashid.gemspec +++ b/logstash-filter-hashid.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-filter-hashid' - s.version = '0.1.2' + s.version = '0.1.3' s.licenses = ['Apache License (2.0)'] s.summary = "This filter lets you create base64 encoded event IDs based on the event contents and timestamp using a number of hash functions." s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program" @@ -22,4 +22,4 @@ Gem::Specification.new do |s| # Gem dependencies s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99" s.add_development_dependency 'logstash-devutils' -end \ No newline at end of file +end