diff --git a/HISTORY.md b/HISTORY.md index 9393ccb..848399e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,12 @@ -2.x -=== +2.0.0 / 2014-06-08 +================== * Accept `RegExp` object for `hostname` * Provide `req.vhost` object * Remove old invocation of `server.onvhost` - * String `hostname` with `*` behave more like SSL certificates + * String `hostname` with `*` behaves more like SSL certificates + - Matches 1 or more characters instead of zero + - No longer matches "." characters * Support IPv6 literal in `Host` header 1.0.0 / 2014-03-05 diff --git a/package.json b/package.json index c0d1cef..d293205 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vhost", "description": "virtual domain hosting", - "version": "1.0.0", + "version": "2.0.0", "author": "Jonathan Ong (http://jongleberry.com)", "contributors": [ "Douglas Christopher Wilson "