Skip to content

Commit a75a31a

Browse files
committed
v0.7.2
1 parent aa4071c commit a75a31a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Release 0.7.2 - 2018/01/04
2+
3+
* Fix EventTime for nanosecond_precision
4+
15
Release 0.7.1 - 2017/04/19
26

37
* Fix packer clear bug for non-msgpackable data

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.7.2

lib/fluent/logger/version.rb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module Fluent
2-
module Logger
3-
4-
VERSION = '0.7.1'
5-
6-
end
2+
module Logger
3+
VERSION = '0.7.2'
4+
end
75
end

0 commit comments

Comments
 (0)