Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 committed Jun 22, 2019
1 parent 6bbd1b2 commit ca06982
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 0.3.3

This is a bug fix release to address an issue with dynamic class loading during configuration reloads.

## Bug fixes

- Handle configuration reloads under Java 10. [\#928](https://github.com/riemann/riemann/issues/928).

# Version 0.3.2

This is a minor release with a small set of enhancements and bug fixes. Derek Chiang provides support to use Riemann as a dependency. Shalom Yerushalmy added support for posting of batched events to Prometheus. deoqc added the `untag` stream. Richard Gray added support for sending events to Zabbix. Erik Assum, cresh, Jeff Stokes, and Mathieu Corbin all added enhancements or bug fixes.
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.3-SNAPSHOT"
(defproject riemann "0.3.3"
: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 ca06982

Please sign in to comment.