diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e7402e1..30ca2af05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,31 @@ Types of changes: - *Security* in case of vulnerabilities. +## 10.4.4 - 2024-12-13 +### Fixes +* fix: load signature methods [4144](https://github.com/LibreSign/libresign/pull/4144) +* fix: footer in pages with different sizes [4142](https://github.com/LibreSign/libresign/pull/4142) +* fix: change error class [4136](https://github.com/LibreSign/libresign/pull/4136) +* fix: consider filter status to toggle components [4102](https://github.com/LibreSign/libresign/pull/4102) +* fix: block access to route when isn't allowed by admin [4096](https://github.com/LibreSign/libresign/pull/4096) + +### Changes +* Update translations +* Bump dependencies +* chore: clean code [4088](https://github.com/LibreSign/libresign/pull/4088) + +## 9.7.4 - 2024-12-13 +### Fixes +* fix: load signature methods [4143](https://github.com/LibreSign/libresign/pull/4143) +* fix: footer in pages with different sizes [4141](https://github.com/LibreSign/libresign/pull/4141) +* fix: consider filter status to toggle components [4101](https://github.com/LibreSign/libresign/pull/4101) +* fix: block access to route when isn't allowed by admin [4095](https://github.com/LibreSign/libresign/pull/4095) + +### Changes +* Update translations +* Bump dependencies +* chore: clean code [4089](https://github.com/LibreSign/libresign/pull/4089) + ## 10.4.3 - 2024-11-30 ### Fixes * fix: prevent error when using PostgreSQL [4082](https://github.com/LibreSign/libresign/pull/4082) diff --git a/appinfo/info.xml b/appinfo/info.xml index edf0cc1fb..af1e5c23e 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.3 + 10.4.4 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index a779387a0..b46a8c789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "10.4.3", + "version": "10.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "10.4.3", + "version": "10.4.4", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.1.0", diff --git a/package.json b/package.json index 2337f76e1..7d41a2d99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "10.4.3", + "version": "10.4.4", "license": "agpl", "private": true, "scripts": {