Skip to content

Commit 2928e60

Browse files
authored
Merge pull request #269 from riemann/release
2 parents fbe7053 + a51eb2d commit 2928e60

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## [v1.8.1](https://github.com/riemann/riemann-tools/tree/v1.8.1) (2023-02-27)
3+
## [v1.8.2](https://github.com/riemann/riemann-tools/tree/v1.8.2) (2023-05-22)
4+
5+
[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.8.1...v1.8.2)
6+
7+
**Fixed bugs:**
8+
9+
- Gracefully handle all communication errors [\#268](https://github.com/riemann/riemann-tools/pull/268) ([smortex](https://github.com/smortex))
10+
11+
## [v1.8.1](https://github.com/riemann/riemann-tools/tree/v1.8.1) (2023-02-28)
412

513
[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.8.0...v1.8.1)
614

lib/riemann/tools/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Riemann
44
module Tools # :nodoc:
5-
VERSION = '1.8.1'
5+
VERSION = '1.8.2'
66
end
77
end

0 commit comments

Comments
 (0)