Skip to content

Commit

Permalink
0.3.7
Browse files Browse the repository at this point in the history
Signed-off-by: James Turnbull <[email protected]>
  • Loading branch information
jamtur01 committed Nov 26, 2021
1 parent 223b2ef commit 49d3c4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.7](https://github.com/riemann/riemann/tree/0.3.7) (2021-11-26)

[Full Changelog](https://github.com/riemann/riemann/compare/0.3.6...0.3.7)

- Fix Linux detection for Netty
- InfluxDB v2 support
- Add reaper option to keep all keys
- feat(stream): rabbitmq stream to use function or string as routing key
- fix bash get JAVA_VERSION
- Bump jackson-databind to mitigate vulnerabilities

## [0.3.6](https://github.com/riemann/riemann/tree/0.3.6) (2020-09-06)

[Full Changelog](https://github.com/riemann/riemann/compare/0.3.5...0.3.6)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject riemann "0.3.7-SNAPSHOT"
(defproject riemann "0.3.7"
:description
"A network event stream processor. Intended for analytics, metrics, and alerting; and to glue various monitoring systems together."
:url "https://github.com/riemann/riemann"
Expand Down

0 comments on commit 49d3c4a

Please sign in to comment.