Skip to content

Commit 59c3fa1

Browse files
committed
Bump up version to v2.6.0
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
1 parent 5a6932f commit 59c3fa1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
* adds `partial_metadata_format` to support Docker 20.10 journald log driver improvements [moby/moby#41407](https://github.com/moby/moby/pull/41407)
88

9+
## v2.6.0
10+
11+
### Improvements
12+
13+
* Support `buffer_limit_size`, `buffer_overflow_method` to change behavior when buffer overflow. See #68
14+
915
## v2.3.0
1016

1117
### Improvements

fluent-plugin-concat.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = "fluent-plugin-concat"
7-
spec.version = "2.5.0"
7+
spec.version = "2.6.0"
88
spec.authors = ["Kenji Okimoto"]
99
spec.email = ["okimoto@clear-code.com"]
1010

0 commit comments

Comments
 (0)