diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e11dc02..8ce46e350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.12.0 - 2016-08-22 + +* Added passing of execution context to a browser instance in tests (see the [documentation](https://github.com/gemini-testing/hermione/blob/v0.12.0/README.md#execution-context) for more details) +* Added `SESSION_START` and `SESSION_END` events +* Fix: do not launch browsers for skipped tests + ## 0.11.4 - 2016-08-11 * Switch to webdriverio@4.2.4 diff --git a/package.json b/package.json index 0677d01c0..b5b2e16c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.11.4", + "version": "0.12.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {