Skip to content

Commit ff4b6c9

Browse files
committed
0.4.5 release
1 parent 95e43b6 commit ff4b6c9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.4.5 / 2014-05-13
2+
=================
3+
* Fixed: Unspecified binding style defaults to 'document' (#346, #208)
4+
* Fixed: WSDL parse errors bubble up (#344)
5+
* Fixed: AssertionError: Invalid child type when WSDL contains imports (#322, #337)
6+
* Fixed: TargetNamespace not loaded when import in schema (#327, #325)
7+
18
0.4.4 / 2014-04-16
29
=================
310
* Added namespace prefixes to SOAP headers. #307

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "soap",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "A minimal node SOAP client",
55
"engines": {
66
"node": ">=0.8.0"

0 commit comments

Comments
 (0)