diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24171d985..745c816a9 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.
+
+# [5.0.0-alpha.5](https://github.com/gemini-testing/gemini/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2017-07-11)
+
+
+### Bug Fixes
+
+* tests statistic should listen events on main runner ([e676c3a](https://github.com/gemini-testing/gemini/commit/e676c3a))
+
+
+
# [5.0.0-alpha.4](https://github.com/gemini-testing/gemini/compare/v5.0.0-alpha.3...v5.0.0-alpha.4) (2017-07-04)
diff --git a/package.json b/package.json
index 929e38912..3d33cfc2b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gemini",
- "version": "5.0.0-alpha.4",
+ "version": "5.0.0-alpha.5",
"description": "UI Screenshot testing utility",
"engines": {
"node": ">= 4.0.0"