Skip to content

Commit

Permalink
bump to 4.0.5
Browse files Browse the repository at this point in the history
Fixes #123
  • Loading branch information
ph committed Jan 18, 2017
1 parent 78c721d commit 808609d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.5
- Delete the file on disk after they are succesfully uploaded to S3 #122 #120
- Added logging when an exception occur in the Uploader's `on_complete` callback

## 4.0.4
- Add support for `storage_class` configuration
- Fix compatibility with Logstash 2.4
Expand Down
2 changes: 1 addition & 1 deletion logstash-output-s3.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-output-s3'
s.version = '4.0.4'
s.version = '4.0.5'
s.licenses = ['Apache-2.0']
s.summary = "This plugin was created for store the logstash's events into Amazon Simple Storage Service (Amazon S3)"
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 808609d

Please sign in to comment.