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 bb13f07 commit 46359baCopy full SHA for 46359ba
ChangeLog
@@ -1,3 +1,7 @@
1
+Release 0.7.1 - 2017/04/19
2
+
3
+ * Fix packer clear bug for non-msgpackable data
4
5
Release 0.7.0 - 2017/04/12
6
7
* Add nanosecond_precision parameter for v0.14
VERSION
@@ -1 +1 @@
-0.7.0
+0.7.1
lib/fluent/logger/version.rb
@@ -1,7 +1,7 @@
module Fluent
module Logger
-VERSION = '0.7.0'
+VERSION = '0.7.1'
end
0 commit comments