Skip to content

Commit bc2c641

Browse files
untergeekjordansissel
authored andcommitted
Bump version to 2.1.4
Fixes #311
1 parent b85e72e commit bc2c641

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.4
2+
- Improved the default template to disable fielddata on analyzed string fields. #309
3+
- Dependend on logstash-core 2.0.0 released version, rather than RC1
4+
15
## 2.1.3
26
- Improved the default template to use doc_values wherever possible.
37
- Template contains example mappings for every numeric type. You must map your

Diff for: logstash-output-elasticsearch.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

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

2929
s.add_development_dependency 'ftw', '~> 0.0.42'
3030
s.add_development_dependency 'logstash-codec-plain'

0 commit comments

Comments
 (0)