diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e99053492..2b1f334a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,19 @@ Types of changes: - *Security* in case of vulnerabilities. +## 9.3.2 - 2024-09-14 +### Fixes +* fix: ajust condition to filter file list [3701](https://github.com/LibreSign/libresign/pull/3701) +* fix: prevent warning when check if array has key [3691](https://github.com/LibreSign/libresign/pull/3691) +* fix: prevent duplicate text [3689](https://github.com/LibreSign/libresign/pull/3689) +* fix: notification parameters need to be string [3682](https://github.com/LibreSign/libresign/pull/3682) + +### Changes +* chore: adjust filter condition [3704](https://github.com/LibreSign/libresign/pull/3704) +* chore: validation setup improvement [3696](https://github.com/LibreSign/libresign/pull/3696) +* bump dependencies +* Update translations + ## 9.3.1 - 2024-09-10 ### Fixes * fix: check linux distro when get java path [3654](https://github.com/LibreSign/libresign/pull/3654) diff --git a/appinfo/info.xml b/appinfo/info.xml index 0c0f9dd954..fb8c605083 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.3.1 + 9.3.2 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index 566b8ff4cc..07d5457075 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "9.3.1", + "version": "9.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "9.3.1", + "version": "9.3.2", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.1.0", diff --git a/package.json b/package.json index 2a0753cb5c..b965740c92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "9.3.1", + "version": "9.3.2", "license": "agpl", "private": true, "scripts": {