From b095568d5379743468a202dc4307d036bac59860 Mon Sep 17 00:00:00 2001 From: Lauri Lehmijoki Date: Wed, 11 Oct 2017 09:44:33 +0300 Subject: [PATCH] Release 2.3.0 --- changelog.md | 4 ++++ lib/configure-s3-website/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8717303..4df0774 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ This project uses [Semantic Versioning](http://semver.org). +## 2.3.0 + +* Add support for default credentials providers + ## 2.2.0 * Convert `http_error_code_returned_equals` value to string diff --git a/lib/configure-s3-website/version.rb b/lib/configure-s3-website/version.rb index 674a8f1..760c4e4 100644 --- a/lib/configure-s3-website/version.rb +++ b/lib/configure-s3-website/version.rb @@ -1,3 +1,3 @@ module ConfigureS3Website - VERSION = '2.2.0' + VERSION = '2.3.0' end