diff --git a/CHANGELOG.md b/CHANGELOG.md
index 315d75e3e..0ec8e5a89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,28 @@
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.0](https://github.com/gemini-testing/html-reporter/compare/v9.10.3...v9.11.0) (2023-08-24)
+
+
+### Bug Fixes
+
+* handle absence of error message correctly ([#490](https://github.com/gemini-testing/html-reporter/issues/490)) ([cb40edd](https://github.com/gemini-testing/html-reporter/commit/cb40edd))
+* property size of undefined while accepting screenshot ([cab7ecb](https://github.com/gemini-testing/html-reporter/commit/cab7ecb))
+* **bullet:** do not repeat bullet background ([cc372b0](https://github.com/gemini-testing/html-reporter/commit/cc372b0))
+
+
+### Features
+
+* **node:** support node[@20](https://github.com/20) ([ab867ec](https://github.com/gemini-testing/html-reporter/commit/ab867ec))
+
+
+### Performance Improvements
+
+* use diffBuffer, provided from hermione ([ad5f99e](https://github.com/gemini-testing/html-reporter/commit/ad5f99e))
+
+
+
## [9.10.3](https://github.com/gemini-testing/html-reporter/compare/v9.10.2...v9.10.3) (2023-08-01)
diff --git a/package-lock.json b/package-lock.json
index 0d3a60c24..fc9b6079a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "9.10.3-hello",
+ "version": "9.11.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index eca5127bb..8c359c879 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "Plugin for hermione which is intended to aggregate the results of tests running into html report",
"files": [
"build"