Skip to content

Commit

Permalink
Merge pull request #250 from riemann/release
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex authored Nov 4, 2022
2 parents 1ff94fe + e5a7372 commit f174517
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v1.6.0](https://github.com/riemann/riemann-tools/tree/v1.6.0) (2022-11-04)

[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.5.0...v1.6.0)

**Implemented enhancements:**

- Add `riemann-http-check` to monitor HTTP\(S\) resources [\#248](https://github.com/riemann/riemann-tools/pull/248) ([smortex](https://github.com/smortex))
- Add FreeBSD support to `riemann-net` [\#247](https://github.com/riemann/riemann-tools/pull/247) ([smortex](https://github.com/smortex))

**Fixed bugs:**

- Fix `riemann-health` detection of `df` header [\#246](https://github.com/riemann/riemann-tools/pull/246) ([smortex](https://github.com/smortex))
- Fix/Improve `riemann-md` mdstat parser [\#245](https://github.com/riemann/riemann-tools/pull/245) ([smortex](https://github.com/smortex))

## [v1.5.0](https://github.com/riemann/riemann-tools/tree/v1.5.0) (2022-09-08)

[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.4.0...v1.5.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/riemann/tools/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Riemann
module Tools # :nodoc:
VERSION = '1.5.0'
VERSION = '1.6.0'
end
end

0 comments on commit f174517

Please sign in to comment.