Skip to content

Commit

Permalink
Bump version to 2.1.4
Browse files Browse the repository at this point in the history
Fixes #311
  • Loading branch information
untergeek authored and jordansissel committed Nov 18, 2015
1 parent b85e72e commit bc2c641
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.4
- Improved the default template to disable fielddata on analyzed string fields. #309
- Dependend on logstash-core 2.0.0 released version, rather than RC1

## 2.1.3
- Improved the default template to use doc_values wherever possible.
- Template contains example mappings for every numeric type. You must map your
Expand Down
4 changes: 2 additions & 2 deletions logstash-output-elasticsearch.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-output-elasticsearch'
s.version = '2.1.3'
s.version = '2.1.4'
s.licenses = ['apache-2.0']
s.summary = "Logstash Output to Elasticsearch"
s.description = "Output events to elasticsearch"
Expand All @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'elasticsearch', ['>= 1.0.13', '~> 1.0']
s.add_runtime_dependency 'stud', ['>= 0.0.17', '~> 0.0']
s.add_runtime_dependency 'cabin', ['~> 0.6']
s.add_runtime_dependency "logstash-core", ">= 2.0.0.rc1", "< 3.0.0"
s.add_runtime_dependency "logstash-core", ">= 2.0.0", "< 3.0.0"

s.add_development_dependency 'ftw', '~> 0.0.42'
s.add_development_dependency 'logstash-codec-plain'
Expand Down

0 comments on commit bc2c641

Please sign in to comment.