diff --git a/CHANGELOG.md b/CHANGELOG.md
index 307076db2..2d39dba0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
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.23.1](https://github.com/gemini-testing/hermione/compare/v0.23.0...v0.23.1) (2017-01-15)
+
+
+
# [0.23.0](https://github.com/gemini-testing/hermione/compare/v0.20.0...v0.23.0) (2016-12-30)
diff --git a/package.json b/package.json
index 4754a2fbb..b088d5537 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "0.23.0",
+ "version": "0.23.1",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {