diff --git a/CHANGELOG.md b/CHANGELOG.md
index d48eb1d76..d1f1a371b 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.3](https://github.com/gemini-testing/hermione/compare/v0.78.2...v0.78.3) (2018-07-19)
+
+
+### Bug Fixes
+
+* .only does not work for all browsers ([fb855ca](https://github.com/gemini-testing/hermione/commit/fb855ca))
+
+
+
## [0.78.2](https://github.com/gemini-testing/hermione/compare/v0.78.1...v0.78.2) (2018-07-18)
diff --git a/package.json b/package.json
index 5bec90d3b..74c905688 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "0.78.2",
+ "version": "0.78.3",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {