diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd3e9f..a79716c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 1.3.0 (Aug 17, 2016) - Adds compatibility with Node v6.4. Thanks to [Andreas Lind](https://github.com/papandreou)! diff --git a/package.json b/package.json index 9aac43e..a8a4b69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mitm", - "version": "1.2.1", + "version": "1.3.0", "description": "Intercept and mock outgoing network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Useful when testing code that hits remote servers.", "keywords": [ "http",