diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0114f747ee..4a86371108 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,32 @@ Types of changes:
- *Security* in case of vulnerabilities.
+## 10.3.1 - 2024-11-23
+### Fixes
+* fix: assure that all signers will have an unique id [4018](https://github.com/LibreSign/libresign/pull/4018)
+* fix: show actions at signer list [4015](https://github.com/LibreSign/libresign/pull/4015)
+
+### Changes
+* feat: add footer to file list [4021](https://github.com/LibreSign/libresign/pull/4021)
+* feat: only show name and allow save signer when have signer [4008](https://github.com/LibreSign/libresign/pull/4008)
+* Update translations
+
+### Chore
+* chore(deps): Bump @nextcloud/vue from 8.20.0 to 8.21.0 [4012](https://github.com/LibreSign/libresign/pull/4012)
+
+## 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)
+* fix: show actions at signer list [4014](https://github.com/LibreSign/libresign/pull/4014)
+
+### Changes
+* feat: add footer to file list [4020](https://github.com/LibreSign/libresign/pull/4020)
+* feat: only show name and allow save signer when have signer [4009](https://github.com/LibreSign/libresign/pull/4009)
+* Update translations
+
+### Chore
+* chore(deps): Bump @nextcloud/vue from 8.20.0 to 8.21.0 [4013](https://github.com/LibreSign/libresign/pull/4013)
+
## 10.3.0 - 2024-11-20
### Fixes
* fix: retrieve file when request to sign from file list [3998](https://github.com/LibreSign/libresign/pull/3998)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 258cb84b88..039f83e901 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.3.0
+ 10.3.1
agpl
LibreCode
diff --git a/package-lock.json b/package-lock.json
index f9f4ce3c71..ecad7fa16d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "libresign",
- "version": "10.3.0",
+ "version": "10.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "libresign",
- "version": "10.3.0",
+ "version": "10.3.1",
"license": "agpl",
"dependencies": {
"@fontsource/dancing-script": "^5.1.0",
diff --git a/package.json b/package.json
index 580d551e28..6d9507e98b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
- "version": "10.3.0",
+ "version": "10.3.1",
"license": "agpl",
"private": true,
"scripts": {