Skip to content

Commit

Permalink
Release v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Jan 13, 2021
1 parent 9c931e2 commit 1c76a87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.36.0 / 2021-01-13
===================
* [FIX] Extract required HttpClient functions to dedicated interface (#1132)
* [FIX] pass *res* and *server* object into header() and method() (#1130)
* [MAINTENANCE] refactor: use of Buffer.from instead of a deprecated new Buffer() (#1134)

0.35.0 / 2020-11-17
===================
* [MAINTENANCE] upgraded xml-crypto to latest version (#1131)
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.35.0",
"version": "0.36.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit 1c76a87

Please sign in to comment.