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