diff --git a/History.md b/History.md index 3254b39..a72b695 100644 --- a/History.md +++ b/History.md @@ -2,6 +2,10 @@ ### [Unreleased] +### 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) + ### 1.1.1 - Pass a value of refresh\_credentials\_interval as duration\_seconds (#78) diff --git a/fluent-plugin-opensearch.gemspec b/fluent-plugin-opensearch.gemspec index 636263a..7afcf43 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.1' + s.version = '1.1.2' s.authors = ['Hiroshi Hatake'] s.email = ['cosmo0920.wp@gmail.com'] s.description = %q{Opensearch output plugin for Fluent event collector}