diff --git a/changelog.md b/changelog.md index ed3c1376..63a4697c 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ This project uses [Semantic Versioning](http://semver.org). -## Next +## 2.14.2 * Apply correct mime type on already-gzipped files diff --git a/lib/s3_website/version.rb b/lib/s3_website/version.rb index 656ca932..78b8cccd 100644 --- a/lib/s3_website/version.rb +++ b/lib/s3_website/version.rb @@ -1,3 +1,3 @@ module S3Website - VERSION = '2.14.1' + VERSION = '2.14.2' end