diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ec8e5a89..002ea8587 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.
+
+## [9.11.1](https://github.com/gemini-testing/html-reporter/compare/v9.11.0...v9.11.1) (2023-09-07)
+
+
+### Bug Fixes
+
+* suites state with empty picked browsers ([2fc0aff](https://github.com/gemini-testing/html-reporter/commit/2fc0aff))
+
+
+
# [9.11.0](https://github.com/gemini-testing/html-reporter/compare/v9.10.3...v9.11.0) (2023-08-24)
diff --git a/package-lock.json b/package-lock.json
index 9163f8ef5..ef5b8c1f6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "9.11.0",
+ "version": "9.11.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index d87cb2b0f..eb697973e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "Plugin for hermione which is intended to aggregate the results of tests running into html report",
"files": [
"build"