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 aa4071c commit a75a31aCopy full SHA for a75a31a
ChangeLog
@@ -1,3 +1,7 @@
1
+Release 0.7.2 - 2018/01/04
2
+
3
+ * Fix EventTime for nanosecond_precision
4
5
Release 0.7.1 - 2017/04/19
6
7
* Fix packer clear bug for non-msgpackable data
VERSION
@@ -1 +1 @@
-0.7.1
+0.7.2
lib/fluent/logger/version.rb
@@ -1,7 +1,5 @@
module Fluent
-module Logger
-
-VERSION = '0.7.1'
-end
+ module Logger
+ VERSION = '0.7.2'
+ end
end
0 commit comments