diff --git a/History.md b/History.md index 8bbb88617..e5f7647f2 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +0.11.3 / 2016-01-09 +================= +* [ENHANCEMENT] Overriding the namespace prefix with empty prefix. (#779) +* [FIX] Wrong namespace on elements when complexType has same name. (#781) +* [FIX] Improved 'https' pattern matching for local files with name starting with 'http'. (#780) +* [FIX] Handles SOAP result null output. (#778) + 0.11.2 / 2016-01-08 ================= * [FIX] Return null instead of empty object. (#733, #707, #784) diff --git a/package.json b/package.json index 618ae16a7..8e7a992da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soap", - "version": "0.11.2", + "version": "0.11.3", "description": "A minimal node SOAP client", "engines": { "node": ">=0.8.0"