diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00f98fe51..bf8f3a2f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,24 @@
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.
+
+# [10.5.0](https://github.com/gemini-testing/html-reporter/compare/v10.4.0...v10.5.0) (2024-07-22)
+
+
+### Bug Fixes
+
+* remove excessive margins ([#577](https://github.com/gemini-testing/html-reporter/issues/577)) ([a195efc](https://github.com/gemini-testing/html-reporter/commit/a195efc))
+* return correct test result status ([5763ffb](https://github.com/gemini-testing/html-reporter/commit/5763ffb))
+* support hermione ([370af0b](https://github.com/gemini-testing/html-reporter/commit/370af0b))
+
+
+### Features
+
+* add "timestamp" field to redux storage ([c2ed9e2](https://github.com/gemini-testing/html-reporter/commit/c2ed9e2))
+* add static image accepter (experimental feature) ([a5db178](https://github.com/gemini-testing/html-reporter/commit/a5db178))
+
+
+
# [10.4.0](https://github.com/gemini-testing/html-reporter/compare/v10.3.1...v10.4.0) (2024-07-11)
diff --git a/package-lock.json b/package-lock.json
index 27a6e6e47..e058460d9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "10.4.0",
+ "version": "10.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index e19b1bdf3..645a54acc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "10.4.0",
+ "version": "10.5.0",
"description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.",
"files": [
"build"