From 58fe15dc03a8a90ad5107c000529f575e8e59495 Mon Sep 17 00:00:00 2001 From: Lauri Lehmijoki Date: Tue, 25 Oct 2016 07:10:11 +0300 Subject: [PATCH] Release 2.16.0 --- changelog.md | 4 ++++ lib/s3_website/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 79226a66..6a97a276 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ This project uses [Semantic Versioning](http://semver.org). +## 2.16.0 + +* Add command `s3_website install` + ## 2.15.1 * Support all AWS regions diff --git a/lib/s3_website/version.rb b/lib/s3_website/version.rb index d9159541..07b31f72 100644 --- a/lib/s3_website/version.rb +++ b/lib/s3_website/version.rb @@ -1,3 +1,3 @@ module S3Website - VERSION = '2.15.1' + VERSION = '2.16.0' end