diff --git a/CHANGELOG.md b/CHANGELOG.md index 07bad60ce9..9be9552f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,23 @@ Types of changes: - *Security* in case of vulnerabilities. +## 10.5.2 - 2025-01-16 +### fixes +- fix: handle settings after backend upgrade [#4372](https://github.com/LibreSign/libresign/pull/4372) +- fix: prevent error when is empty files [#4369](https://github.com/LibreSign/libresign/pull/4369) +- fix: validation url [#4364](https://github.com/LibreSign/libresign/pull/4364) +- chore: add more details to pdf viewer [#4362](https://github.com/LibreSign/libresign/pull/4362) +- fix: prevent error when get timeout from api [#4359](https://github.com/LibreSign/libresign/pull/4359) +- fix: close dialog after submit [#4356](https://github.com/LibreSign/libresign/pull/4356) + +## 9.8.2 - 2025-01-16 +### fixes +- fix: handle settings after backend upgrade [#4371](https://github.com/LibreSign/libresign/pull/4371) +- fix: prevent error when is empty files [#4370](https://github.com/LibreSign/libresign/pull/4370) +- fix: validation url [#4363](https://github.com/LibreSign/libresign/pull/4363) +- fix: prevent error when get timeout from api [#4358](https://github.com/LibreSign/libresign/pull/4358) +- fix: close dialog after submit [#4355](https://github.com/LibreSign/libresign/pull/4355) + ## 10.5.1 - 2025-01-16 ### fixes - fix: submit on click [#4343](https://github.com/LibreSign/libresign/pull/4343) diff --git a/appinfo/info.xml b/appinfo/info.xml index 2c6043f8cb..3553b0fc92 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.5.1 + 10.5.2 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index ff2f5d5018..35285fa617 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "10.5.1", + "version": "10.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "10.5.1", + "version": "10.5.2", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.1.1", diff --git a/package.json b/package.json index b382186321..4b0fd7ade9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "10.5.1", + "version": "10.5.2", "license": "agpl", "private": true, "scripts": {