diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16bd5e64b9..e920409e54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,22 @@ Types of changes:
- *Security* in case of vulnerabilities.
+
+## 9.7.0 - 2024-11-25
+### Fixes
+* fix: JS error when upload file [4034](/LibreSign/libresign/pull/4034)
+* fix: show message when file list is empty [4032](/LibreSign/libresign/pull/4032)
+
+### Changes
+* Update translations
+* feat: delete multiple files [4027](/LibreSign/libresign/pull/4027)
+
+### Chore
+* chore: bump dependencies [4046](/LibreSign/libresign/pull/4046)
+* chore: show loading before finish load file list [4042](/LibreSign/libresign/pull/4042)
+* chore: disable Actions menu when click in an action [4040](/LibreSign/libresign/pull/4040)
+* chore: unify code into a new component [4036](/LibreSign/libresign/pull/4036)
+
## 9.6.1 - 2024-11-23
### Fixes
* fix: assure that all signers will have an unique id [4017](https://github.com/LibreSign/libresign/pull/4017)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6d48923211..72a250755d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
* [Donate with GitHub Sponsor: ![Donate using GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/libresign)
]]>
- 9.6.1
+ 9.7.0
agpl
LibreCode
diff --git a/package-lock.json b/package-lock.json
index 054a46cb50..a7364edda7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "libresign",
- "version": "9.6.1",
+ "version": "9.7.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "libresign",
- "version": "9.6.1",
+ "version": "9.7.0",
"license": "agpl",
"dependencies": {
"@fontsource/dancing-script": "^5.1.0",
diff --git a/package.json b/package.json
index 4bbc52b152..af541f5079 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
- "version": "9.6.1",
+ "version": "9.7.0",
"license": "agpl",
"private": true,
"scripts": {