Skip to content

Commit 2c254b4

Browse files
committed
Released v0.4.0
1 parent fb02da6 commit 2c254b4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [0.4.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/0.4.0) (2016-11-01)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.3.2...0.4.0)
5+
6+
- [#67](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/67) filesUploaded should return all files when using manifest [@wongpeiyi/fix](https://github.com/wongpeiyi/fix)
7+
- [#71](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/71) Allow support for alternate AWS profiles. [@seanstar12](https://github.com/seanstar12)
8+
- [#72](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/72) Add Server Side Encryption [@sethpollack](https://github.com/sethpollack)
9+
- [#74](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/74) Loosen aws-sdk version [@outstand](https://github.com/outstand)
10+
311
## [0.3.2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/0.3.2) (2016-09-13)
412
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.3.1...0.3.2)
513

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.3.2",
3+
"version": "0.4.0",
44
"description": "An ember-cli-deploy plugin to upload to s3",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)