diff --git a/HISTORY.md b/HISTORY.md index 78cdf07..98ff0e9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.3.0 / 2015-05-26 +================== * Add defined behavior for HTTP `CONNECT` requests * Add defined behavior for HTTP `Upgrade` requests diff --git a/package.json b/package.json index a0ba624..b9df1bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "on-finished", "description": "Execute a callback when a request closes, finishes, or errors", - "version": "2.2.1", + "version": "2.3.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"