diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e08bea93..40266f1a4 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.58.0](https://github.com/gemini-testing/hermione/compare/v0.57.0...v0.58.0) (2018-02-04)
+
+
+### Features
+
+* **stats:** emit test statistics on RUNNER_END ([320da47](https://github.com/gemini-testing/hermione/commit/320da47))
+
+
+
# [0.57.0](https://github.com/gemini-testing/hermione/compare/v0.56.2...v0.57.0) (2018-02-04)
diff --git a/package.json b/package.json
index fb418ba91..622def713 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "0.57.0",
+ "version": "0.58.0",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {