From c5d13cf58f65b6a582f1a0c9b5aebfdf11bd0487 Mon Sep 17 00:00:00 2001 From: Lauri Lehmijoki Date: Sun, 2 Nov 2014 06:27:14 +0200 Subject: [PATCH] Release 2.6.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 91d33015..7ca40eeb 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ This project uses [Semantic Versioning](http://semver.org). +## 2.6.0 + +* Support `--config-dir` in `cfg apply` + ## 2.5.1 * Print **Would have updated|redirected|created** when running with `--dry-run` diff --git a/lib/s3_website/version.rb b/lib/s3_website/version.rb index 6c449e7f..c9714d93 100644 --- a/lib/s3_website/version.rb +++ b/lib/s3_website/version.rb @@ -1,3 +1,3 @@ module S3Website - VERSION = '2.5.1' + VERSION = '2.6.0' end