Skip to content

Commit 1a47933

Browse files
committed
Bump version
1 parent fc7acec commit 1a47933

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.0
2+
3+
* Up rake dependency version for CVE-2020-8130
4+
* Support "warning" Severity in addition to "warn" [#51](https://github.com/fluent-plugins-nursery/fluent-plugin-remote_syslog/pull/51)
5+
* Make `packet_size` option valid to UDP [#46](https://github.com/fluent-plugins-nursery/fluent-plugin-remote_syslog/pull/46)
6+
17
## 1.0.0
28

39
* Support fluentd-0.14 or later features [#24](https://github.com/dlackty/fluent-plugin-remote_syslog/pull/24)

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,7 @@ $ td-agent-gem install fluent-plugin-remote_syslog
8888

8989
## License
9090

91-
Copyright (c) 2014-2017 Richard Lee. See LICENSE for details.
91+
Copyright (c) 2014-2017 Richard Lee.
92+
Copyright (c) 2022 Daijiro Fukuda.
93+
94+
See LICENSE for details.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

fluent-plugin-remote_syslog.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
Gem::Specification.new do |spec|
66
spec.name = "fluent-plugin-remote_syslog"
77
spec.version = File.read("VERSION").strip
8-
spec.authors = ["Richard Lee"]
9-
spec.email = ["[email protected]"]
8+
spec.authors = ["Richard Lee", "Daijiro Fukuda"]
9+
1010
spec.summary = %q{Fluentd output plugin for remote syslog}
1111
spec.description = spec.description
1212
spec.homepage = "https://github.com/dlackty/fluent-plugin-remote_syslog"

0 commit comments

Comments
 (0)