diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ea3cd794..f7eeb443e 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.
+
+## [5.1.1](https://github.com/gemini-testing/hermione/compare/v5.1.0...v5.1.1) (2022-08-19)
+
+
+### Bug Fixes
+
+* 'this' pointer in custom commands ([1a2b486](https://github.com/gemini-testing/hermione/commit/1a2b486))
+
+
+
# [5.1.0](https://github.com/gemini-testing/hermione/compare/v5.0.1...v5.1.0) (2022-08-15)
diff --git a/package-lock.json b/package-lock.json
index e7e0b743f..c381ba438 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "5.1.0",
+ "version": "5.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 59651b237..0ce69aa2a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hermione",
- "version": "5.1.0",
+ "version": "5.1.1",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"types": "./typings/index.d.ts",