diff --git a/History.md b/History.md index 0cfed58b7..e54e76ace 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +0.32.0 / 2020-07-17 +=================== + +* [ENHANCEMENT] Add overrideImportLocation option (#1114) +* [FIX] Bug where no prototypical inheritence chain exists (#1110) +* [FIX] Clear http client header (#1103) +* [FIX] Escape username and password in wss (#1107) +* [FIX] replace === with startsWith (#1116) +* [MAINTENANCE] Move @types/requests dependency into devDependencies (#1111) + 0.31.0 / 2020-02-21 =================== diff --git a/package.json b/package.json index 6580c3847..dcf867c1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soap", - "version": "0.31.0", + "version": "0.32.0", "description": "A minimal node SOAP client", "engines": { "node": ">=4.0.0"