diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc11ffe97..fd7bcb356 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.43.8](https://github.com/gemini-testing/hermione/compare/v0.43.7...v0.43.8) (2017-09-08)
+
+
+### Bug Fixes
+
+* running of tests with option 'grep' fails with exception ([4c80583](https://github.com/gemini-testing/hermione/commit/4c80583))
+
+
+
## [0.43.7](https://github.com/gemini-testing/hermione/compare/v0.43.6...v0.43.7) (2017-08-29)
diff --git a/package.json b/package.json
index fe4624d44..a11845044 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "0.43.7",
+ "version": "0.43.8",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {