diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea71f13e8..66e46633d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
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.27.0](https://github.com/gemini-testing/hermione/compare/v0.25.1...v0.27.0) (2017-02-13)
+
+
+### Bug Fixes
+
+* Make sync and async events pass through separately ([87722ba](https://github.com/gemini-testing/hermione/commit/87722ba))
+
+
+### Features
+
+* Add hermione.only.notIn() helper ([17b4453](https://github.com/gemini-testing/hermione/commit/17b4453))
+
+
+
## [0.26.0](https://github.com/gemini-testing/hermione/compare/v0.25.2...v0.26.0) (2017-02-08)
diff --git a/package.json b/package.json
index 058052364..d7d9e9d90 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "0.26.0",
+ "version": "0.27.0",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {