Skip to content

Commit 7368fa0

Browse files
authored
Merge pull request #7617 from LibreSign/chore/bump-version/stable33-13.2.4
chore(release): bump version to v13.2.4
2 parents 6b56d6b + 6805769 commit 7368fa0

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@ Types of changes:
1818

1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
21+
## 13.2.4 - 2026-04-25
22+
23+
💝 **SUPPORT LIBRESIGN** — If you find this project useful, please consider supporting its development: https://github.com/sponsors/LibreSign
24+
25+
🏢 **ENTERPRISE SUPPORT** — Need help with migration or custom implementations? Contact us: contact@librecode.coop
26+
27+
### Changed
28+
- Update translations
29+
30+
### Fixes
31+
- harden signed file validation handling [#7601](https://github.com/LibreSign/libresign/pull/7601)
32+
- hide account identifier from signer common name [#7610](https://github.com/LibreSign/libresign/pull/7610)
33+
- allow signing for legacy certificates missing crl metadata [#7607](https://github.com/LibreSign/libresign/pull/7607)
34+
- align signer email contract with api runtime behavior [#7603](https://github.com/LibreSign/libresign/pull/7603)
35+
- simplify signer tsa and crl validation messaging [#7614](https://github.com/LibreSign/libresign/pull/7614)
36+
2137
## 13.2.3 - 2026-04-23
2238

2339
💝 **SUPPORT LIBRESIGN** — If you find this project useful, please consider supporting its development: https://github.com/sponsors/LibreSign

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>13.2.3</version>
28+
<version>13.2.4</version>
2929
<licence>agpl</licence>
3030
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
3131
<types>

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": "13.2.3",
4+
"version": "13.2.4",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)