diff --git a/changelog.md b/changelog.md index 05701765..3a09a3a2 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ This project uses [Semantic Versioning](http://semver.org). +## 2.12.1 + +* Fix broken build + ## 2.12.0 * Automatically detect Middleman generated websites diff --git a/lib/s3_website/version.rb b/lib/s3_website/version.rb index c65fbfc6..3d9ecc48 100644 --- a/lib/s3_website/version.rb +++ b/lib/s3_website/version.rb @@ -1,3 +1,3 @@ module S3Website - VERSION = '2.12.0' + VERSION = '2.12.1' end