Skip to content

Commit df737bc

Browse files
authored
releasing v6.0.0 (#1067)
* releasing v6.0.0 * Fix history Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io> --------- Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent fd7c8f1 commit df737bc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

History.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
### [Unreleased]
44

5+
### 6.0.0
6+
- Adjust Content-Type and Accept headers for sending logs into ES9 (#1064)
7+
58
### 5.4.4
69
- docs: Clarify README docs for template_name and templates (#1043)
710
- `out_elasticsearch_data_stream`: Avoid long worrying log line at info level (#1044)

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 = '5.4.4'
6+
s.version = '6.0.0'
77
s.authors = ['diogo', 'pitr', 'Hiroshi Hatake']
88
s.email = ['pitr.vern@gmail.com', 'me@diogoterror.com', 'cosmo0920.wp@gmail.com']
99
s.description = %q{Elasticsearch output plugin for Fluent event collector}

0 commit comments

Comments
 (0)