diff --git a/CHANGELOG.md b/CHANGELOG.md
index eddba965d..dc2016265 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
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.8.0](/~https://github.com/gemini-testing/html-reporter/compare/v10.7.1...v10.8.0) (2024-10-08)
+
+
+### Bug Fixes
+
+* **new-ui:** use actual ids in selectors instead of fulltitle ([#607](/~https://github.com/gemini-testing/html-reporter/issues/607)) ([2e8f13a](/~https://github.com/gemini-testing/html-reporter/commit/2e8f13a))
+
+
+### Features
+
+* **new-ui:** add ability to accept and undo screenshots ([#605](/~https://github.com/gemini-testing/html-reporter/issues/605)) ([503a9a5](/~https://github.com/gemini-testing/html-reporter/commit/503a9a5))
+
+
+
## [10.7.1](/~https://github.com/gemini-testing/html-reporter/compare/v10.7.0...v10.7.1) (2024-10-03)
diff --git a/package-lock.json b/package-lock.json
index b46da168a..f5b4e9ce5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "10.7.1",
+ "version": "10.8.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 2da169156..e6de58cf0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "10.7.1",
+ "version": "10.8.0",
"description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.",
"files": [
"build"