diff --git a/CHANGELOG.md b/CHANGELOG.md
index 234b1d6a9..a8905c3c0 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.1](https://github.com/gemini-testing/hermione/compare/v0.78.0...v0.78.1) (2018-07-17)
+
+
+### Bug Fixes
+
+* tests do not fail on assert view fails ([1a5ed83](https://github.com/gemini-testing/hermione/commit/1a5ed83))
+
+
+
# [0.78.0](https://github.com/gemini-testing/hermione/compare/v0.77.0...v0.78.0) (2018-07-15)
diff --git a/package.json b/package.json
index f51af4ecc..1282bd0e9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "0.78.0",
+ "version": "0.78.1",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {