diff --git a/CHANGELOG.md b/CHANGELOG.md
index b744a394d..900d39187 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.37.1](https://github.com/gemini-testing/hermione/compare/v0.37.0...v0.37.1) (2017-06-14)
+
+
+### Bug Fixes
+
+* do not run 'before' and 'after' hooks for a skipped suite ([2da0467](https://github.com/gemini-testing/hermione/commit/2da0467))
+
+
+
# [0.37.0](https://github.com/gemini-testing/hermione/compare/v0.36.0...v0.37.0) (2017-06-08)
diff --git a/package.json b/package.json
index 6bae9cbe2..f0a14ccbf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "0.37.0",
+ "version": "0.37.1",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {