Skip to content

Commit 27e8479

Browse files
committed
v1.2.4
Signed-off-by: Masahiro Nakagawa <[email protected]>
1 parent 8a804b7 commit 27e8479

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# v1.2
22

3+
## Release v1.2.4 - 2018/08/01
4+
5+
### Bug fixes
6+
7+
* output: Consider timezone when calculate timekey
8+
https://github.com/fluent/fluentd/pull/2054
9+
* output: Fix bug in suppress_emit_error_log_interval
10+
https://github.com/fluent/fluentd/pull/2069
11+
* server-helper: Fix connection leak by close timing issue.
12+
https://github.com/fluent/fluentd/pull/2087
13+
314
## Release v1.2.3 - 2018/07/10
415

516
### Enhancements

lib/fluent/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Fluent
1818

19-
VERSION = '1.2.4.rc1'
19+
VERSION = '1.2.4'
2020

2121
end

0 commit comments

Comments
 (0)