From 4788276aa3276dff979e91ae82bc66452a86c391 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Thu, 24 Nov 2022 14:18:28 +0900 Subject: [PATCH] releasing v1.0.9 Signed-off-by: Hiroshi Hatake --- History.md | 4 ++++ fluent-plugin-opensearch.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index ac88f0a..53c6c94 100644 --- a/History.md +++ b/History.md @@ -2,6 +2,10 @@ ### [Unreleased] +### 1.0.9 + - Adjust GitHub workflows (#89) + - out\_opensearch: Provide service_name choices for handling serverless (#88) + ### 1.0.8 - Use faraday 1.x explicitly (#71) diff --git a/fluent-plugin-opensearch.gemspec b/fluent-plugin-opensearch.gemspec index 9575c8f..edadf64 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.0.8' + s.version = '1.0.9' s.authors = ['Hiroshi Hatake'] s.email = ['cosmo0920.wp@gmail.com'] s.description = %q{Opensearch output plugin for Fluent event collector}