diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3218df89b..3418f7284 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.
+
+# [7.6.0](https://github.com/gemini-testing/html-reporter/compare/v7.5.0...v7.6.0) (2021-11-02)
+
+
+### Features
+
+* added 'root' extension-point ([b7e571a](https://github.com/gemini-testing/html-reporter/commit/b7e571a))
+
+
+
# [7.5.0](https://github.com/gemini-testing/html-reporter/compare/v7.4.0...v7.5.0) (2021-10-25)
diff --git a/package-lock.json b/package-lock.json
index d9e907765..29994f961 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "7.5.0",
+ "version": "7.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3fc405501..9c51c9386 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "7.5.0",
+ "version": "7.6.0",
"description": "Plugin for hermione which is intended to aggregate the results of tests running into html report",
"scripts": {
"coverage": "nyc npm run test-unit",