Skip to content

Commit 205821e

Browse files
committed
Bump to 4.0.9 in prep for release
Fixes #151
1 parent 0f5db48 commit 205821e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.0.9
2+
- Correct issue that allows to run on Ruby 9k. #150
3+
4+
## 4.0.8
5+
- Documentation changes
6+
17
## 4.0.7
28
- Fix: `#restore_from_crash` should use the same upload options as the normal uploader. #140
39
- Fix: Wrongly named `canned_acl` options, renamed to "public-read", "public-read-write", "authenticated-read", from the documentation http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Contributors:
1212
* Nick Ethier (nickethier)
1313
* Pier-Hugues Pellerin (ph)
1414
* Richard Pijnenburg (electrical)
15+
* Jake Landis (jakelandis)
16+
* Armin Braun (original-brownbear)
1517

1618
Note: If you've sent us patches, bug reports, or otherwise contributed to
1719
Logstash, and you aren't on the list above and want to be, please let us know

logstash-output-s3.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-s3'
3-
s.version = '4.0.8'
3+
s.version = '4.0.9'
44
s.licenses = ['Apache-2.0']
55
s.summary = "This plugin was created for store the logstash's events into Amazon Simple Storage Service (Amazon S3)"
66
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"

0 commit comments

Comments
 (0)