Skip to content

Commit

Permalink
v0.14.18
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed Jun 22, 2017
1 parent 42aeea1 commit 2befef0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# v0.14

## Release v0.14.18 - 2017/06/21

### New features / Enhancements

* parser: Add rfc5424 regex without priority
https://github.com/fluent/fluentd/pull/1600

### Bug fixes

* in_tail: Fix timing issue that the excluded_path doesn't apply.
https://github.com/fluent/fluentd/pull/1597
* config: Fix broken UTF-8 encoded configuration file handling
https://github.com/fluent/fluentd/pull/1592
* out_forward: Don't stop heartbeat when error happen
https://github.com/fluent/fluentd/pull/1602
* Fix command name typo in plugin template
https://github.com/fluent/fluentd/pull/1603

## Release v0.14.17 - 2017/05/29

### New features / Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Fluent

VERSION = '0.14.17'
VERSION = '0.14.18'

end

0 comments on commit 2befef0

Please sign in to comment.