From c03b65d23497838ee1dc98c25fb998292ebc76d9 Mon Sep 17 00:00:00 2001 From: Lauri Lehmijoki Date: Sat, 6 Aug 2016 08:23:37 +0300 Subject: [PATCH] Release 2.14.3 --- 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 63a4697c..e6a09d48 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ This project uses [Semantic Versioning](http://semver.org). +## 2.14.3 + + Fix mime type of an already-gzipped .json file + + See + ## 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 78b8cccd..b1b50844 100644 --- a/lib/s3_website/version.rb +++ b/lib/s3_website/version.rb @@ -1,3 +1,3 @@ module S3Website - VERSION = '2.14.2' + VERSION = '2.14.3' end