Skip to content

Commit ae97cf9

Browse files
committed
bump 1.1.0
1 parent 6db6964 commit ae97cf9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ or
1717
$ td-agent-gem install fluent-plugin-syslog-tls
1818
```
1919

20+
Note: `fluent-plugin-syslog-tls` is compatible with Fluent 0.14.
21+
2022

2123
## Configuration
2224
---

fluent-plugin-syslog-tls.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
3232
s.require_paths = ['lib']
3333
s.required_ruby_version = '>= 2.3.0'
3434

35-
s.add_runtime_dependency 'fluentd', '~> 0.14'
35+
s.add_runtime_dependency 'fluentd', '~> 0.14.0'
3636
s.add_runtime_dependency 'fluent-mixin-config-placeholders', '~> 0.3'
3737

3838
s.add_development_dependency 'minitest', '~> 5.8'

lib/syslog_tls/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# limitations under the License.
1515

1616
module SyslogTls
17-
VERSION = '1.0.0'
17+
VERSION = '1.1.0'
1818
end

0 commit comments

Comments
 (0)