Skip to content

Commit

Permalink
0.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed May 13, 2014
1 parent 95e43b6 commit ff4b6c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.4.5 / 2014-05-13
=================
* Fixed: Unspecified binding style defaults to 'document' (#346, #208)
* Fixed: WSDL parse errors bubble up (#344)
* Fixed: AssertionError: Invalid child type when WSDL contains imports (#322, #337)
* Fixed: TargetNamespace not loaded when import in schema (#327, #325)

0.4.4 / 2014-04-16
=================
* Added namespace prefixes to SOAP headers. #307
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soap",
"version": "0.4.4",
"version": "0.4.5",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit ff4b6c9

Please sign in to comment.