Skip to content

Commit

Permalink
Release v0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Aug 20, 2021
1 parent 65c5eec commit 08c2e5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,3 +1,10 @@
0.41.0 / 2021-08-20
===================
* [ENHANCEMENT] Support for soap attachments in response. (#1148)
* [FIX] Correctly add the https agent to axios (#1154)
* [FIX] prefer SOAPAction header over the body name to get the actual method name (#1152)
* [MAINTENANCE] Moving to github actions

0.40.0 / 2021-07-06
===================
* [DOC] Update Readme.md (#1150)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 08c2e5c

Please sign in to comment.