diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19c4f5fcf..b5b36ca96 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.7.1](https://github.com/gemini-testing/html-reporter/compare/v5.7.0...v5.7.1) (2019-12-25)
+
+
+### Bug Fixes
+
+* report may refers to other reports by urls with search params ([8ed2f99](https://github.com/gemini-testing/html-reporter/commit/8ed2f99))
+
+
+
# [5.7.0](https://github.com/gemini-testing/html-reporter/compare/v5.6.0...v5.7.0) (2019-12-20)
diff --git a/package-lock.json b/package-lock.json
index 678fdc3de..ed5b362d0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "5.7.0",
+ "version": "5.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index cdc8700de..aee65069f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "5.7.0",
+ "version": "5.7.1",
"description": "Plugin for hermione which is intended to aggregate the results of tests running into html report",
"scripts": {
"coverage": "nyc npm run test-unit",