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