Skip to content

Commit 92dec83

Browse files
authored
Merge pull request #112 from fluent-plugins-nursery/release-1.1.0
Version 1.1.0
2 parents f6b235b + bf0256a commit 92dec83

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Join the #plugin-systemd channel on the [Fluentd Slack](http://slack.fluentd.org
1818
| > 0.1.0 | >= 0.14.11, < 2 | 3 | >= 2.1 |
1919
| 0.0.x | ~> 0.12.0 | 2 | >= 1.9 |
2020

21+
|fluent-plugin-systemd|fluentd|fluent-package|ruby|
22+
|----|----|----|----|
23+
| >= 1.1.0 | >= 0.14.11, < 2 | 5 | >= 3.0 |
24+
2125
* The 1.x.x series is developed from this branch (master)
2226
* The 0.0.x series (compatible with fluentd v0.12, and td-agent 2) is maintained on the [0.0.x branch](https://github.com/reevoo/fluent-plugin-systemd/tree/0.0.x)
2327

fluent-plugin-systemd.gemspec

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

77
Gem::Specification.new do |spec|
88
spec.name = 'fluent-plugin-systemd'
9-
spec.version = '1.0.5'
9+
spec.version = '1.1.0'
1010
spec.authors = ['Ed Robinson']
1111
spec.email = ['edward-robinson@cookpad.com']
1212

0 commit comments

Comments
 (0)