diff --git a/changelog.md b/changelog.md index 680dd8a5..30112c8e 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ This project uses [Semantic Versioning](http://semver.org). +## 2.7.1 + +* Loosen dependency requirements + + See for discussion. + ## 2.7.0 * Add setting `treat_zero_length_objects_as_redirects` diff --git a/lib/s3_website/version.rb b/lib/s3_website/version.rb index ed0f4196..928c2079 100644 --- a/lib/s3_website/version.rb +++ b/lib/s3_website/version.rb @@ -1,3 +1,3 @@ module S3Website - VERSION = '2.7.0' + VERSION = '2.7.1' end