diff --git a/CHANGELOG.md b/CHANGELOG.md
index f23301eed..50d0fe54a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,21 @@ Types of changes:
- *Security* in case of vulnerabilities.
+## 10.4.2 - 2024-11-29
+### Fixes
+* fix: list files from PostgreSQL [4076](https://github.com/LibreSign/libresign/pull/4076)
+
+### Changes
+* Update translations
+
+## 9.7.2 - 2024-11-29
+### Fixes
+* fix: list files from PostgreSQL [4075](https://github.com/LibreSign/libresign/pull/4075)
+
+### Changes
+* Update translations
+
+
## 10.4.1 - 2024-11-26
### Fixes
* fix: Icon color att app files [4058](https://github.com/LibreSign/libresign/pull/4058)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7a1adc2d0..bf555c7f0 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)
]]>
- 10.4.1
+ 10.4.2
agpl
LibreCode
diff --git a/package-lock.json b/package-lock.json
index 974fef862..8ce8c2952 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "libresign",
- "version": "10.4.1",
+ "version": "10.4.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "libresign",
- "version": "10.4.1",
+ "version": "10.4.2",
"license": "agpl",
"dependencies": {
"@fontsource/dancing-script": "^5.1.0",
diff --git a/package.json b/package.json
index fcbe86690..64fb36a0d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
- "version": "10.4.1",
+ "version": "10.4.2",
"license": "agpl",
"private": true,
"scripts": {