Skip to content

Commit a45dab8

Browse files
committed
v0.5.6
1 parent 731458d commit a45dab8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.5.6
2+
* Fixes the broken Content-Length header if Content-Type was manually specified for the S3 PUT operation.
3+
14
## v0.5.5
25
* Added Amazon CloudFormation support.
36

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws2js",
33
"main": "./lib/aws.js",
4-
"version": "0.5.5",
4+
"version": "0.5.6",
55
"description": "AWS (Amazon Web Services) APIs client implementation for node.js",
66
"dependencies": {
77
"libxmljs": ">=0.x",

0 commit comments

Comments
 (0)