From e351ee8910a3416c8899284d5e7f8c3cd45c9ac4 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Sun, 2 Jul 2023 23:59:05 +0900 Subject: [PATCH] releasing v1.1.3 Signed-off-by: Hiroshi Hatake --- History.md | 3 +++ fluent-plugin-opensearch.gemspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index a72b695..e96d489 100644 --- a/History.md +++ b/History.md @@ -2,6 +2,9 @@ ### [Unreleased] +### 1.1.3 + - Revert the behavior of passing duration second (#108) + ### 1.1.2 - Check OS cluster for data streams and templates for index template creation (#106) - out\_opensearch\_data\_stream: Don't connect to opensearch on dry-run (#105) diff --git a/fluent-plugin-opensearch.gemspec b/fluent-plugin-opensearch.gemspec index 7afcf43..75aec87 100644 --- a/fluent-plugin-opensearch.gemspec +++ b/fluent-plugin-opensearch.gemspec @@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__) Gem::Specification.new do |s| s.name = 'fluent-plugin-opensearch' - s.version = '1.1.2' + s.version = '1.1.3' s.authors = ['Hiroshi Hatake'] s.email = ['cosmo0920.wp@gmail.com'] s.description = %q{Opensearch output plugin for Fluent event collector}