Skip to content

Commit

Permalink
Release v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Oct 16, 2019
1 parent 9ad07cf commit 6b5ba3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.30.0 / 2019-10-16
===================

* [ENHANCEMENT] Allow a fixed file path for local includes (#1089)
* [ENHANCEMENT] New XML Signing Options, extra tags to sign and small bug fix (#1091)
* [ENHANCEMENT] added forceMTOM option and updated the Readme (#1086)
* [FIX] Added undefined check in WSDL.processAttributes (#1090)
* [FIX] Fixes bug where methodName would not be included in the response event (#1087)
* [FIX] fixed MTOM removing soap12header (#1084)

0.29.0 / 2019-07-26
===================

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.29.0",
"version": "0.30.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=4.0.0"
Expand Down

0 comments on commit 6b5ba3e

Please sign in to comment.