diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11d8623d15..dfb90e6478 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,19 @@ Types of changes:
+## 12.4.8 - 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 upgrading or custom implementations? Contact us: contact@librecode.coop
+
+### Changed
+- update translations
+
+### Fixed
+- improve CRL generation performance and reliability [#7888](https://github.com/LibreSign/libresign/pull/7888)
+- avoid stale autoload misses during upgrades [#7897](https://github.com/LibreSign/libresign/pull/7897)
+
## 12.4.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 eca901211f..0362f4e443 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
]]>
- 12.4.7
+ 12.4.8
agpl
LibreCode
diff --git a/package-lock.json b/package-lock.json
index 09c9ccf8f1..74c8b9f670 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "libresign",
- "version": "12.4.7",
+ "version": "12.4.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "libresign",
- "version": "12.4.7",
+ "version": "12.4.8",
"license": "agpl",
"dependencies": {
"@codemirror/autocomplete": "^6.20.1",
diff --git a/package.json b/package.json
index 02c5f5f5c5..6bea1eb2c5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
- "version": "12.4.7",
+ "version": "12.4.8",
"license": "agpl",
"private": true,
"scripts": {