Skip to content

Commit e9edd93

Browse files
chore: release v1.10.0 (#97)
1 parent 9bc72be commit e9edd93

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.10.0]
9+
10+
Released 2024-10-08
11+
12+
- feat: make receive_timeout configurable [#96](https://github.com/SumoLogic/fluentd-output-sumologic/pull/96)
13+
- chore: add arm support to vagrant [#95](https://github.com/SumoLogic/fluentd-output-sumologic/pull/95)
14+
15+
[1.10.0]: https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.10.0
16+
817
## [1.9.0]
918

1019
Released 2024-02-14

fluent-plugin-sumologic_output.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |gem|
66
gem.name = "fluent-plugin-sumologic_output"
7-
gem.version = "1.9.0"
7+
gem.version = "1.10.0"
88
gem.authors = ["Steven Adams", "Frank Reno"]
99
gem.email = ["stevezau@gmail.com", "frank.reno@me.com"]
1010
gem.description = %q{Output plugin to SumoLogic HTTP Endpoint}

0 commit comments

Comments
 (0)