diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c504b5f..500baac18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v0.3.10 +* Fix angular-scenario adapter + junit reporter +* Use flash socket if web socket not available + ### v0.3.9 * Retry starting a browser if it does not capture * Update mocha to 1.5.0 diff --git a/package.json b/package.json index 1bafd97c5..3258d3b79 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,5 @@ "engines": { "node": ">= 0.8.4" }, - "version": "0.3.9" + "version": "0.3.10" } \ No newline at end of file