Skip to content

Commit 8252f5e

Browse files
committed
bump to 1.5.0
1 parent fa4117e commit 8252f5e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

History.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Changelog [[tags]](https://github.com/uken/fluent-plugin-elasticsearch/tags)
22

33
### Future
4+
5+
### 1.5.0
46
- add `routing_key` (#158)
57
- add `time_key_exclude_timestamp` to exclude `@timestamp` (#161)
68
- convert index names to lowercase (#163)

fluent-plugin-elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
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.4.0'
6+
s.version = '1.5.0'
77
s.authors = ['diogo', 'pitr']
88
99
s.description = %q{ElasticSearch output plugin for Fluent event collector}

0 commit comments

Comments
 (0)