diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02ef4b26c9..230d707cac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,25 @@ Types of changes:
+## 13.2.7 - 2026-07-06
+
+💝 **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
+
+### Changed
+- update translations
+- bump dependencies [#7804](https://github.com/LibreSign/libresign/pull/7804) [#7817](https://github.com/LibreSign/libresign/pull/7817) [#7849](https://github.com/LibreSign/libresign/pull/7849)
+- surface setup checks in the admin overview and `occ setupchecks:check` [#7840](https://github.com/LibreSign/libresign/pull/7840)
+
+### Fixed
+- avoid autoload issues from the authoritative classmap configuration [#7775](https://github.com/LibreSign/libresign/pull/7775)
+- cache generated CRL data in appdata correctly [#7782](https://github.com/LibreSign/libresign/pull/7782)
+- prevent invalid user element rows from breaking node ID writes [#7810](https://github.com/LibreSign/libresign/pull/7810)
+- honor notification preferences more consistently for email notifications [#7834](https://github.com/LibreSign/libresign/pull/7834)
+- avoid transient CFSSL startup failures during setup [#7837](https://github.com/LibreSign/libresign/pull/7837)
+- clarify the error shown when a signing link is opened in the wrong authenticated session [#7856](https://github.com/LibreSign/libresign/pull/7856)
+
## 13.2.6 - 2026-06-14
💝 **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 d7c8adfddc..524b7d7ba0 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.6
+ 13.2.7
agpl
LibreCode
diff --git a/package-lock.json b/package-lock.json
index adfe6be968..1127483f9c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "libresign",
- "version": "13.2.6",
+ "version": "13.2.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "libresign",
- "version": "13.2.6",
+ "version": "13.2.7",
"license": "agpl",
"dependencies": {
"@codemirror/autocomplete": "^6.20.1",
diff --git a/package.json b/package.json
index d7e5ee537e..7fc37e9d57 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
- "version": "13.2.6",
+ "version": "13.2.7",
"license": "agpl",
"private": true,
"scripts": {