From a04c3aaf6dcc154f043645290fcdb3d337291b9a Mon Sep 17 00:00:00 2001 From: Michael Wang Date: Fri, 4 Oct 2024 13:27:09 -0400 Subject: [PATCH 1/2] changelog + version bump --- CHANGELOG.md | 9 +++++++++ fluent-plugin-sumologic_output.gemspec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a9faa..8195531 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.9.1] + +Released 2024-10-03 + +- 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.9.0] Released 2024-02-14 diff --git a/fluent-plugin-sumologic_output.gemspec b/fluent-plugin-sumologic_output.gemspec index 0ad070a..b932d32 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.9.1" gem.authors = ["Steven Adams", "Frank Reno"] gem.email = ["stevezau@gmail.com", "frank.reno@me.com"] gem.description = %q{Output plugin to SumoLogic HTTP Endpoint} From fd73db3e12f7dada6979ff8d9825c49e0b12a20c Mon Sep 17 00:00:00 2001 From: Michael Wang Date: Tue, 8 Oct 2024 08:10:49 -0400 Subject: [PATCH 2/2] updating version 1.10.0 --- CHANGELOG.md | 6 +++--- fluent-plugin-sumologic_output.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8195531..f92a471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/fluent-plugin-sumologic_output.gemspec b/fluent-plugin-sumologic_output.gemspec index b932d32..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.1" + 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}