Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurilehmijoki committed Oct 11, 2017
1 parent cbdc089 commit 1636ce1
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.4.0

* Add support for default credentials providers in the `s3_website cfg create`
`s3_website cfg apply` commands

See <https://github.com/laurilehmijoki/configure-s3-website/pull/22>

## 3.3.0

* Support `http_error_code_returned_equals` in redirect rules
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.3.0'
VERSION = '3.4.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.2.0'
s.add_dependency 'configure-s3-website', '= 2.3.0'
s.add_dependency 'colored', '1.2'
s.add_dependency 'dotenv', '~> 1.0'

Expand Down

0 comments on commit 1636ce1

Please sign in to comment.