Skip to content

Commit

Permalink
Change CloudFront OriginProtocolPolicy to http-only
Browse files Browse the repository at this point in the history
  • Loading branch information
laurilehmijoki committed Feb 19, 2015
1 parent 2166833 commit d847619
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 2.8.1

* Change CloudFront `OriginProtocolPolicy` to `http-only`

See <https://github.com/laurilehmijoki/s3_website/issues/152> for discussion.

## 2.8.0

* Automatically gzip `.ico` files, if `gzip: true`
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.8.0'
VERSION = '2.8.1'
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.6.0'
s.add_dependency 'configure-s3-website', '= 1.7.1'
s.add_dependency 'colored', '1.2'
s.add_dependency 'dotenv', '~> 1.0'

Expand Down

0 comments on commit d847619

Please sign in to comment.