From b243859379e7149fbb08910b03e7eddc96456066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 27 Feb 2023 10:36:52 -1000 Subject: [PATCH] Release 1.8.1 --- CHANGELOG.md | 11 ++++++++++- lib/riemann/tools/version.rb | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d315cb6e..dc89f6e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog -## [v1.8.0](https://github.com/riemann/riemann-tools/tree/v1.8.0) (2023-02-01) +## [v1.8.1](https://github.com/riemann/riemann-tools/tree/v1.8.1) (2023-02-27) + +[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.8.0...v1.8.1) + +**Fixed bugs:** + +- Improve event sending thread lifecycle management [\#265](https://github.com/riemann/riemann-tools/pull/265) ([smortex](https://github.com/smortex)) +- Make sure all events are send before terminating [\#264](https://github.com/riemann/riemann-tools/pull/264) ([smortex](https://github.com/smortex)) + +## [v1.8.0](https://github.com/riemann/riemann-tools/tree/v1.8.0) (2023-02-02) [Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.7.1...v1.8.0) diff --git a/lib/riemann/tools/version.rb b/lib/riemann/tools/version.rb index 5cd9d040..da227581 100644 --- a/lib/riemann/tools/version.rb +++ b/lib/riemann/tools/version.rb @@ -2,6 +2,6 @@ module Riemann module Tools # :nodoc: - VERSION = '1.8.0' + VERSION = '1.8.1' end end