Skip to content

Commit

Permalink
chore: release v1.10.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwang13 authored Oct 9, 2024
1 parent 9bc72be commit e9edd93
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.10.0]

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.10.0]: https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.10.0

## [1.9.0]

Released 2024-02-14
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.0"
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 e9edd93

Please sign in to comment.