-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__) | |
|
||
Gem::Specification.new do |s| | ||
s.name = 'fluent-plugin-opensearch' | ||
s.version = '1.1.4' | ||
s.version = '1.2.0' | ||
s.authors = ['Hiroshi Hatake'] | ||
s.email = ['[email protected]'] | ||
s.description = %q{Opensearch output plugin for Fluent event collector} | ||
|
f68c8b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, sorry. I pushed v1.1.5 as above changes. Should I yank this version?
f68c8b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is because there is no breaking changes around configuration parameters. So, I mainly bump up patch version in those circumstances.
f68c8b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to yank, IMHO.
Thank you for releasing it! 👍