Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurilehmijoki committed Dec 22, 2016
1 parent 58fe15d commit b58d1a3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 3.0.0

The CloudFront client now uses the official AWS SDK. If your `s3_website.yml`
file contains the `cloudfront_distribution_config` setting, you might need to modify
the it. The modifications should be rather straightforward, just follow the
[instructions](https://github.com/laurilehmijoki/configure-s3-website/blob/master/changelog.md#200).

In other words, if you don't use CloudFront, upgrading to 3.0.0 should not
result in any problems.

## 2.16.0

* Add command `s3_website install`
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 = '2.16.0'
VERSION = '3.0.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', '= 1.7.5'
s.add_dependency 'configure-s3-website', '= 2.0.0'
s.add_dependency 'colored', '1.2'
s.add_dependency 'dotenv', '~> 1.0'

Expand Down

0 comments on commit b58d1a3

Please sign in to comment.