diff --git a/CHANGELOG.md b/CHANGELOG.md index 230d707cac..9629f7a33c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,22 @@ Types of changes: +## 13.3.0 - 2026-07-15 + +💝 **SUPPORT LIBRESIGN** — If you find this project useful, please consider supporting its development: https://github.com/sponsors/LibreSign + +🏢 **ENTERPRISE SUPPORT** — Need help with migration or custom implementations? Contact us: contact@librecode.coop + +### Added +- validate PDF signatures without requiring Java [#7872](https://github.com/LibreSign/libresign/pull/7872) + +### Changed +- update translations + +### Fixed +- improve CRL generation performance and reliability [#7889](https://github.com/LibreSign/libresign/pull/7889) +- avoid stale autoload misses during upgrades [#7898](https://github.com/LibreSign/libresign/pull/7898) + ## 13.2.7 - 2026-07-06 💝 **SUPPORT LIBRESIGN** — If you find this project useful, please consider supporting its development: https://github.com/sponsors/LibreSign diff --git a/appinfo/info.xml b/appinfo/info.xml index dd94472d57..d53a20be29 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -25,7 +25,7 @@ If your organization uses LibreSign, support its development: For enterprise support, contact LibreCode: https://libresign.coop ]]> - 13.2.7 + 13.3.0 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index 1127483f9c..7f3eb1b8e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "13.2.7", + "version": "13.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "13.2.7", + "version": "13.3.0", "license": "agpl", "dependencies": { "@codemirror/autocomplete": "^6.20.1", diff --git a/package.json b/package.json index 7fc37e9d57..dbbd563822 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "13.2.7", + "version": "13.3.0", "license": "agpl", "private": true, "scripts": {