diff --git a/CHANGELOG.md b/CHANGELOG.md
index f909ad0c6..c1ace2b1f 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.25.2](https://github.com/gemini-testing/hermione/compare/v0.25.1...v0.25.2) (2017-02-07)
+
+
+### Bug Fixes
+
+* skip.only should skip only one test/suite below the record ([c13adc8](https://github.com/gemini-testing/hermione/commit/c13adc8))
+
+
+
## [0.25.1](https://github.com/gemini-testing/hermione/compare/v0.25.0...v0.25.1) (2017-01-25)
diff --git a/package.json b/package.json
index 37be4a691..d5f2d75af 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "0.25.1",
+ "version": "0.25.2",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {