diff --git a/History.md b/History.md index 382bae442..60b26a1cf 100644 --- a/History.md +++ b/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) diff --git a/package-lock.json b/package-lock.json index d0bf4f51b..b1a8a848f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "soap", - "version": "0.40.0", + "version": "0.41.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ed3b57d79..d6d50e31a 100644 --- a/package.json +++ b/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"