diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3aa3597e1..7ad0b2821 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.28.1](https://github.com/gemini-testing/hermione/compare/v0.28.0...v0.28.1) (2017-02-22)
+
+
+### Bug Fixes
+
+* Boolean env and cli vars reading ([fb5e932](https://github.com/gemini-testing/hermione/commit/fb5e932))
+
+
+
# [0.28.0](https://github.com/gemini-testing/hermione/compare/v0.27.0...v0.28.0) (2017-02-13)
diff --git a/package.json b/package.json
index ec21da0da..ec6e2a2d4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "0.28.0",
+ "version": "0.28.1",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {