diff --git a/CHANGELOG.md b/CHANGELOG.md index 18588d31f..e3866b15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,10 +14,10 @@ Fixes error handling on timeout/XHR scripts, these now generate an Eventloop is now associated with window instead of browser. -Fixes URL resolution in XHR requests when there's no port. +Fixes URL resolution in XHR requests with no port. 293 Tests - 3.4 sec to complete + 3.3 sec to complete ### Version 0.8.13 2011-02-11 diff --git a/package.json b/package.json index 650dfe341..498259639 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "zombie", - "version": "0.8.14", + "version": "0.9.0", "description": "Insanely fast, full-stack, headless browser testing using Node.js", "homepage": "http://zombie.labnotes.org/", "author": "Assaf Arkin (http://labnotes.org/)",