Skip to content

Commit

Permalink
Version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurilehmijoki committed Sep 4, 2017
1 parent f44d6e4 commit f95aaea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This project uses [Semantic Versioning](http://semver.org).

## 3.3.0

* Support `http_error_code_returned_equals` in redirect rules

See <https://github.com/laurilehmijoki/configure-s3-website/pull/21> for
discussion

## 3.2.0

* Fall back to [the default credentials sources](http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html) if `s3_id` is not provided in `s3_website.yml`
Expand Down
2 changes: 1 addition & 1 deletion lib/s3_website/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module S3Website
VERSION = '3.2.0'
VERSION = '3.3.0'
end
2 changes: 1 addition & 1 deletion s3_website.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.default_executable = %q{s3_website}

s.add_dependency 'thor', '~> 0.18'
s.add_dependency 'configure-s3-website', '= 2.1.0'
s.add_dependency 'configure-s3-website', '= 2.2.0'
s.add_dependency 'colored', '1.2'
s.add_dependency 'dotenv', '~> 1.0'

Expand Down

0 comments on commit f95aaea

Please sign in to comment.