diff --git a/History.md b/History.md index dad155339..62eba6d8f 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +0.8.0 / 2015-02-17 +================= +* [ENHANCEMENT] `node-soap` is now also compatible (and tested) with `node v0.12.0` and `io.js` too. (#571) + +* [FIX] Adds support for attributes in the `SOAP Body` Element (fixes #386). (#574) + 0.7.0 / 2015-02-10 ================= * [ENHANCEMENT] Server emits a `headers` event to globally handle SOAP Headers. (#564 ) diff --git a/package.json b/package.json index fdfe81a96..e553708d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soap", - "version": "0.7.0", + "version": "0.8.0", "description": "A minimal node SOAP client", "engines": { "node": ">=0.8.0"