Skip to content

Commit

Permalink
Updated for 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 committed Sep 27, 2019
1 parent dde9904 commit bb064f0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGES.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Version 0.3.4

This is a bug fix release to address further isues with dynamic class loading.

## Features and enhancements

- boernd for the predict-linear stream. [\#953](https://github.com/riemann/riemann/pull/953)
- Will Weber for syntax highlighting improvements to the Datadog docs. [\#955](https://github.com/riemann/riemann/pull/955)

## Bug fixes

- John Mackenzie for refactoring the dynamic class loading. [\#951](https://github.com/riemann/riemann/pull/951)

## Other changes

Given TravisCI's continued instability we've moved CI/CD to CircleCI.

# Version 0.3.3

This is a bug fix release to address an issue with dynamic class loading during configuration reloads.
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"
(defproject riemann "0.3.4"
: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 bb064f0

Please sign in to comment.