diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a9faa..f92a471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/fluent-plugin-sumologic_output.gemspec b/fluent-plugin-sumologic_output.gemspec index 0ad070a..124381a 100644 --- a/fluent-plugin-sumologic_output.gemspec +++ b/fluent-plugin-sumologic_output.gemspec @@ -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 = ["stevezau@gmail.com", "frank.reno@me.com"] gem.description = %q{Output plugin to SumoLogic HTTP Endpoint}