Skip to content

Commit

Permalink
1.12.0
Browse files Browse the repository at this point in the history
 * Create client from cached wsdl (Jon Roberts)
 * add forgotten options to soap.listen(...) (Vladimir Latyshev)
  • Loading branch information
raymondfeng committed Aug 6, 2018
1 parent 6b23607 commit 4e1de87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
@@ -1,3 +1,11 @@
2018-08-06, Version 1.12.0
==========================

* Create client from cached wsdl (Jon Roberts)

* add forgotten options to soap.listen(...) (Vladimir Latyshev)


2018-07-10, Version 1.11.0
==========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "strong-soap",
"version": "1.11.0",
"version": "1.12.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=6.0"
Expand Down

0 comments on commit 4e1de87

Please sign in to comment.