Skip to content

Commit

Permalink
Release v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Oct 30, 2020
1 parent d1790b5 commit 9be0b74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.34.0 / 2020-10-29
===================
* [FIX] fix non lower case ?wsdl handling (#1129)
* [FIX] Fixing bug: if options.signatureAlgorithm = ..sha256 => will be generated two Reference to Body. (#1128)
* [MAINTENANCE] Remove constructor overload (#1127)
* [MAINTENANCE] Drop bluebird (#1125)
* [MAINTENANCE] Upgrade uuid (#1124)
* [MAINTENANCE] Avoid lodash where possible (#1122)
* [MAINTENANCE] Move static-serve to dev dependencies (#1121)
* [MAINTENANCE] Replace concat-stream with get-stream (#1123)

0.33.0 / 2020-08-18
===================
* [ENHANCEMENT] Added an option to directly return the underlying sax stream (#1120)
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.33.0",
"version": "0.34.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit 9be0b74

Please sign in to comment.