diff --git a/changelog.md b/changelog.md index 2f4452a8..87b71a36 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ This project uses [Semantic Versioning](http://semver.org). -## Next +## 2.14.1 * Do not gzip a file that is already gzipped diff --git a/lib/s3_website/version.rb b/lib/s3_website/version.rb index 9f7d167a..656ca932 100644 --- a/lib/s3_website/version.rb +++ b/lib/s3_website/version.rb @@ -1,3 +1,3 @@ module S3Website - VERSION = '2.14.0' + VERSION = '2.14.1' end