Skip to content

Commit

Permalink
Merge pull request #262 from riemann/release
Browse files Browse the repository at this point in the history
Release 1.8.0
  • Loading branch information
jamtur01 authored Feb 2, 2023
2 parents 825f4ae + 61fa521 commit 2b5f443
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v1.8.0](https://github.com/riemann/riemann-tools/tree/v1.8.0) (2023-02-01)

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

**Implemented enhancements:**

- Send events in bulk when they are stacking [\#261](https://github.com/riemann/riemann-tools/pull/261) ([smortex](https://github.com/smortex))

## [v1.7.1](https://github.com/riemann/riemann-tools/tree/v1.7.1) (2023-01-12)

[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.7.0...v1.7.1)
Expand Down Expand Up @@ -378,7 +386,7 @@

**Merged pull requests:**

- Update FreeBSD load average for 1 min [\#79](https://github.com/riemann/riemann-tools/pull/79) ([xaque208](https://github.com/xaque208))
- Update FreeBSD load average for 1 min [\#79](https://github.com/riemann/riemann-tools/pull/79) ([zachfi](https://github.com/zachfi))
- Added riemann-varnish collector script [\#77](https://github.com/riemann/riemann-tools/pull/77) ([pradeepchhetri](https://github.com/pradeepchhetri))
- allow dashes in diskstats volume names to support lvm volumes like "dm-0" [\#75](https://github.com/riemann/riemann-tools/pull/75) ([cmerrick](https://github.com/cmerrick))
- rieman-tools aws billing [\#74](https://github.com/riemann/riemann-tools/pull/74) ([jespada](https://github.com/jespada))
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.7.1'
VERSION = '1.8.0'
end
end

0 comments on commit 2b5f443

Please sign in to comment.