diff --git a/CHANGELOG.md b/CHANGELOG.md
index a550e4615..d83d8c4f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [0.36.0](https://github.com/gemini-testing/hermione/compare/v0.35.1...v0.36.0) (2017-05-04)
+
+
+### Bug Fixes
+
+* do not pass browser to retried tests ([b2cb7cc](https://github.com/gemini-testing/hermione/commit/b2cb7cc))
+
+
+### Features
+
+* emit BEGIN event between runners initialize and tests execution ([6e3f56b](https://github.com/gemini-testing/hermione/commit/6e3f56b))
+
+
+
## [0.35.1](https://github.com/gemini-testing/hermione/compare/v0.35.0...v0.35.1) (2017-05-02)
diff --git a/package.json b/package.json
index 120d9922e..e52d121ea 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "0.35.1",
+ "version": "0.36.0",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {