Skip to content

Commit 305bf50

Browse files
committed
Released v0.2.0
1 parent 873ed24 commit 305bf50

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### v0.2.0
2+
3+
#### Community Contributions
4+
5+
- [#20](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/20) Add support for ACL on objects [@flecno](https://github.com/flecno)
6+
- [#24](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/24) Make region a required property [@achambers](https://github.com/achambers)
7+
- [#21](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/21) don't use path.join for urls [@flecno](https://github.com/flecno)
8+
- [#31](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/31) Warn about configuration sharing [@ember-cli-deploy](https://github.com/ember-cli-deploy)
9+
- [#39](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/39) Remove required keys, to support IAM roles [@kkumler/feature](https://github.com/kkumler/feature)
10+
11+
### v0.1.0
12+
113
#### Community Contributions
214

315
- [#11](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/11) Add content encoding to ContentType for text files [@achambers](https://github.com/achambers)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-s3",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "An ember-cli-deploy plugin to upload to s3",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)