Skip to content

Commit

Permalink
updating version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwang13 committed Oct 8, 2024
1 parent a04c3aa commit fd73db3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.9.1]
## [1.10.0]

Released 2024-10-03
Released 2024-10-08

- feat: make receive_timeout configurable [#96](https://github.com/SumoLogic/fluentd-output-sumologic/pull/96)
- chore: add arm support to vagrant [#95](https://github.com/SumoLogic/fluentd-output-sumologic/pull/95)

[1.9.1]: https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.9.1
[1.10.0]: https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.10.0

## [1.9.0]

Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-sumologic_output.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
gem.name = "fluent-plugin-sumologic_output"
gem.version = "1.9.1"
gem.version = "1.10.0"
gem.authors = ["Steven Adams", "Frank Reno"]
gem.email = ["[email protected]", "[email protected]"]
gem.description = %q{Output plugin to SumoLogic HTTP Endpoint}
Expand Down

0 comments on commit fd73db3

Please sign in to comment.