diff --git a/History.md b/History.md index d5b38e461..e046c9527 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,16 @@ +0.43.0 / 2021-11-12 +=================== +* [DOC] Create SECURITY.md (#1165) +* [ENHANCEMENT] Publicly expose wsdl in Client (#1167) +* [ENHANCEMENT] add native support for long deserialization (#1160) +* [FIX] Fix typo in ISoapFault12 (#1166) +* [FIX] error when soapaction header is not set (#1171) +* [FIX] lastElapsedTime for non streaming requests (#1162) +* [FIX] minor fix for ntlm request (#1163) +* [FIX] undefined targetNamespace (#1161) +* [FIX] xsi:type currently requires a namespace, resulting in undefined if no XMLNS is defined. Making attributes working without namespace or xmlns definitions. (#1159) +* [MAINTENANCE] Bump httpntlm, doctoc as well as other dependencies (#1158) + 0.42.0 / 2021-08-23 =================== * [FIX] check method style if exists instead of binding style (#1153) diff --git a/package.json b/package.json index 1f3b61f37..c205f4a43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soap", - "version": "0.42.0", + "version": "0.43.0", "description": "A minimal node SOAP client", "engines": { "node": ">=10.0.0"