diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57a45b5e1..234b1d6a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.78.0](https://github.com/gemini-testing/hermione/compare/v0.77.0...v0.78.0) (2018-07-15)
+
+
+### Features
+
+* use own runner instead of mocha in workers ([dad7707](https://github.com/gemini-testing/hermione/commit/dad7707))
+
+
+
# [0.77.0](https://github.com/gemini-testing/hermione/compare/v0.76.1...v0.77.0) (2018-07-06)
diff --git a/package.json b/package.json
index 7d9a4bb86..f51af4ecc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "0.77.0",
+ "version": "0.78.0",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {