diff --git a/CHANGELOG.md b/CHANGELOG.md index 061832ae7c..643e266d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ Types of changes: - *Security* in case of vulnerabilities. + +## 8.0.1 - 2024-05-10 +### Changed +* Update translations +* Make possible customize the document footer using HTML [#2970](https://github.com/LibreSign/libresign/pull/2970) +* Update dependencies at front and backend + +### Fixed +* Fix position of components when preview document before sign + ## 8.0.0 - 2024-04-24 ### ✨Big changes to a new moment * 📝 Allow you to sign documents without creating an account diff --git a/appinfo/info.xml b/appinfo/info.xml index 4d6c2047f9..1e7954bb46 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) ]]> - 8.0.0 + 8.0.1 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index adf17805fa..7f37e1bc6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "8.0.0", + "version": "8.0.1", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.0.18", diff --git a/package.json b/package.json index a96aacb49b..7b16130d72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "8.0.0", + "version": "8.0.1", "license": "agpl", "private": true, "scripts": {