diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd014dd3..068fb8f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.6.0 - 2016-03-30 + +* Supported configuration of `specs` for certain browsers (see [#9]). +* Added option `--grep` for selecting specific tests (see [#15]). +* Improved documentation: translated from Russian to English and updated several sections. +* Fixed crash when enabling debug mode (see [#10]). + ## 0.5.3 - 2016-03-04 * Correct exit code when config file is corrupted @@ -50,3 +57,7 @@ ## 0.1.0 - 2016-01-12 * Initial release + +[#15]: https://github.com/gemini-testing/hermione/pull/15 +[#10]: https://github.com/gemini-testing/hermione/pull/10 +[#9]: https://github.com/gemini-testing/hermione/pull/9 diff --git a/package.json b/package.json index bc3ed8832..d198b1413 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.5.3", + "version": "0.6.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {