From 34babcb58126a416fcf5205768204f2e12699dda Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 26 May 2015 21:18:39 -0400 Subject: [PATCH] 2.3.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)"