Skip to content

Commit 1636ce1

Browse files
Release 3.4.0
1 parent cbdc089 commit 1636ce1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This project uses [Semantic Versioning](http://semver.org).
44

5+
## 3.4.0
6+
7+
* Add support for default credentials providers in the `s3_website cfg create`
8+
`s3_website cfg apply` commands
9+
10+
See <https://github.com/laurilehmijoki/configure-s3-website/pull/22>
11+
512
## 3.3.0
613

714
* Support `http_error_code_returned_equals` in redirect rules

lib/s3_website/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module S3Website
2-
VERSION = '3.3.0'
2+
VERSION = '3.4.0'
33
end

s3_website.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818
s.default_executable = %q{s3_website}
1919

2020
s.add_dependency 'thor', '~> 0.18'
21-
s.add_dependency 'configure-s3-website', '= 2.2.0'
21+
s.add_dependency 'configure-s3-website', '= 2.3.0'
2222
s.add_dependency 'colored', '1.2'
2323
s.add_dependency 'dotenv', '~> 1.0'
2424

0 commit comments

Comments
 (0)