Skip to content

Commit 83f978f

Browse files
committed
bump to 1.9.3
1 parent 8857ddb commit 83f978f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

History.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### [Unreleased]
44
- Log ES response errors (#230)
5+
- Use latest elasticsearch-ruby (#240)
56

67
### 1.9.2
78
- Fix elasticsearch_dynamic for v0.14 (#224)

fluent-plugin-elasticsearch.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = 'fluent-plugin-elasticsearch'
6-
s.version = '1.9.2'
6+
s.version = '1.9.3'
77
s.authors = ['diogo', 'pitr']
88
99
s.description = %q{ElasticSearch output plugin for Fluent event collector}

0 commit comments

Comments
 (0)