Skip to content

Commit 46359ba

Browse files
committed
v0.7.1
1 parent bb13f07 commit 46359ba

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.1 - 2017/04/19
2+
3+
* Fix packer clear bug for non-msgpackable data
4+
15
Release 0.7.0 - 2017/04/12
26

37
* Add nanosecond_precision parameter for v0.14

VERSION

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

lib/fluent/logger/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Fluent
22
module Logger
33

4-
VERSION = '0.7.0'
4+
VERSION = '0.7.1'
55

66
end
77
end

0 commit comments

Comments
 (0)