From a51eb2d5826e9d74827f78d9cb46a5be261b7778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 22 May 2023 10:39:27 -1000 Subject: [PATCH] Release 1.8.2 --- CHANGELOG.md | 10 +++++++++- lib/riemann/tools/version.rb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc89f6e6..821f208a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [v1.8.1](https://github.com/riemann/riemann-tools/tree/v1.8.1) (2023-02-27) +## [v1.8.2](https://github.com/riemann/riemann-tools/tree/v1.8.2) (2023-05-22) + +[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.8.1...v1.8.2) + +**Fixed bugs:** + +- Gracefully handle all communication errors [\#268](https://github.com/riemann/riemann-tools/pull/268) ([smortex](https://github.com/smortex)) + +## [v1.8.1](https://github.com/riemann/riemann-tools/tree/v1.8.1) (2023-02-28) [Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.8.0...v1.8.1) diff --git a/lib/riemann/tools/version.rb b/lib/riemann/tools/version.rb index da227581..e58076fb 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.1' + VERSION = '1.8.2' end end