Skip to content

Commit

Permalink
releasing v1.0.10
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Feb 7, 2023
1 parent 4d785a3 commit 7c8ff50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Expand Up @@ -2,6 +2,11 @@

### [Unreleased]

### 1.0.10
- Replace File.exists? with File.exist? to work with Ruby 3.2 (#93)
- Add a constraint for dependent gem to stay on Faraday v1 (#90)
- README.md: Fix a link to opensearch-ruby (#85)

### 1.0.9
- Adjust GitHub workflows (#89)
- out\_opensearch: Provide service_name choices for handling serverless (#88)
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-opensearch.gemspec
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |s|
s.name = 'fluent-plugin-opensearch'
s.version = '1.0.9'
s.version = '1.0.10'
s.authors = ['Hiroshi Hatake']
s.email = ['cosmo0920.wp@gmail.com']
s.description = %q{Opensearch output plugin for Fluent event collector}
Expand Down

0 comments on commit 7c8ff50

Please sign in to comment.