Skip to content

Commit 9bdb113

Browse files
authored
Merge pull request #5215 from LibreSign/backport/5213/stable30
[stable30] Update CHANGELOG.md
2 parents 1d716ef + fd69b18 commit 9bdb113

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ Types of changes:
1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
2121

22+
## 10.8.5 - 2025-06-16
23+
### Changes
24+
- Update translations
25+
- Bump dependencies
26+
- chore: cover scenario of two accoutns with same email [#5210](https://github.com/LibreSign/libresign/pull/5210)
27+
28+
### Fixes
29+
- fix: display draw signature in full mode [#5202](https://github.com/LibreSign/libresign/pull/5202)
30+
- fix: Workflow does not contain permissions [#5191](https://github.com/LibreSign/libresign/pull/5191)
31+
- fix: Workflow does not contain permissions [#5185](https://github.com/LibreSign/libresign/pull/5185)
32+
- fix: validate file answer [#5180](https://github.com/LibreSign/libresign/pull/5180)
33+
- fix: ignore vendor bin at transifex sync [#5174](https://github.com/LibreSign/libresign/pull/5174)
34+
- fix: replace heredoc by string concat [#5173](https://github.com/LibreSign/libresign/pull/5173)
35+
2236
## 10.8.4 - 2025-06-16
2337
### Changes
2438
- Update translations

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
2525
2626
* [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)
2727
]]></description>
28-
<version>10.8.4</version>
28+
<version>10.8.5</version>
2929
<licence>agpl</licence>
3030
<author mail="[email protected]" homepage="https://librecode.coop">LibreCode</author>
3131
<documentation>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libresign",
33
"description": "A app for signing documents",
4-
"version": "10.8.4",
4+
"version": "10.8.5",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)