We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b83304 commit f1e5ef0Copy full SHA for f1e5ef0
CHANGELOG.md
@@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file. This change
8
### Fixed
9
- foo
10
11
+## 0.6.3 - 2018-09-12
12
+- fix bug that made rotation still throw on ES6.x
13
+
14
## 0.6.2 - 2018-09-11
15
- fix bug that made rotation/purge throw on ES6.x
16
project.clj
@@ -1,4 +1,4 @@
1
-(defproject samplerr "0.6.2"
+(defproject samplerr "0.6.3"
2
:description "riemann plugin to aggregate data in a round-robin fashion to elasticsearch"
3
:url "http://github.com/samplerr/samplerr"
4
:license {:name "EPL-1.0"
0 commit comments