diff --git a/changelog.md b/changelog.md index a4e27450..79226a66 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ This project uses [Semantic Versioning](http://semver.org). -## Next +## 2.15.1 * Support all AWS regions diff --git a/lib/s3_website/version.rb b/lib/s3_website/version.rb index 6b626872..d9159541 100644 --- a/lib/s3_website/version.rb +++ b/lib/s3_website/version.rb @@ -1,3 +1,3 @@ module S3Website - VERSION = '2.15.0' + VERSION = '2.15.1' end