Skip to content

Commit e351ee8

Browse files
committed
releasing v1.1.3
Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
1 parent 99511c6 commit e351ee8

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+
### 1.1.3
6+
- Revert the behavior of passing duration second (#108)
7+
58
### 1.1.2
69
- Check OS cluster for data streams and templates for index template creation (#106)
710
- out\_opensearch\_data\_stream: Don't connect to opensearch on dry-run (#105)

fluent-plugin-opensearch.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-opensearch'
6-
s.version = '1.1.2'
6+
s.version = '1.1.3'
77
s.authors = ['Hiroshi Hatake']
88
s.email = ['cosmo0920.wp@gmail.com']
99
s.description = %q{Opensearch output plugin for Fluent event collector}

0 commit comments

Comments
 (0)