From d4549fd84860f74765207945abf4cbcd8b09de8d Mon Sep 17 00:00:00 2001 From: Lauri Lehmijoki Date: Wed, 21 Jan 2015 15:51:22 +0200 Subject: [PATCH] Release 2.7.4 --- changelog.md | 6 ++++++ lib/s3_website/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 21ec1626..bc061b8e 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ This project uses [Semantic Versioning](http://semver.org). +## 2.7.4 + +* Show a helpful error message if the configured site is missing + + See for discussion. + ## 2.7.3 * Support valid URI characters in max_age glob diff --git a/lib/s3_website/version.rb b/lib/s3_website/version.rb index d91b62c7..5c84f4bb 100644 --- a/lib/s3_website/version.rb +++ b/lib/s3_website/version.rb @@ -1,3 +1,3 @@ module S3Website - VERSION = '2.7.3' + VERSION = '2.7.4' end