Skip to content

Commit

Permalink
Release v0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Feb 21, 2020
1 parent 5356c94 commit e2b69b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.31.0 / 2020-02-21
===================

* [DOC] Update Readme.md (#1105)
* [ENHANCEMENT] Client.*method*Async can have options as the second argument (#1104)
* [FIX] Add WSDL xmlns header attribute (#1093)
* [FIX] Catch errors when parsing WSDL (#1102)
* [FIX] Fix min/maxOccurs parsing and handling (#1100)
* [FIX] Fixes bug when envelopeKey is changed and WSSecurityCert is set (#1106)
* [FIX] fix for circular descriptions (#1101)


0.30.0 / 2019-10-16
===================

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

0 comments on commit e2b69b1

Please sign in to comment.