Skip to content

Commit

Permalink
Release 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
laurilehmijoki committed Mar 1, 2015
1 parent b301c03 commit 37c3845
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 2.8.4

* URL encude ' in invalidation path

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

* Accept ' in `exclude_from_upload` and `ignore_on_server`

## 2.8.3

* Fix bug where the setting `cloudfront_invalidate_root: true` resulted in a
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.3'
VERSION = '2.8.4'
end

0 comments on commit 37c3845

Please sign in to comment.