Skip to content

Commit

Permalink
bump to 4.0.0
Browse files Browse the repository at this point in the history
Fixes #21
  • Loading branch information
jsvd committed Sep 13, 2016
1 parent b2d00ad commit df50150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 3.2.0
- Added SSL support to this plugin (@michaelweiser)
## 4.0.0
- Remove deprecated `workers_not_supported` call
- Use concurrency :single

## 3.1.1
- Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
Expand Down
2 changes: 1 addition & 1 deletion logstash-output-tcp.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-output-tcp'
s.version = '3.2.0'
s.version = '4.0.0'
s.licenses = ['Apache License (2.0)']
s.summary = "Write events over a TCP socket."
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
Expand Down

0 comments on commit df50150

Please sign in to comment.