From b4275bec93b438901d4f063318303591f744429f Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Fri, 24 Jul 2026 18:15:26 -0400 Subject: [PATCH 1/2] chore(release): bump version Signed-off-by: Elizabeth Danzberger --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index ee47d906c5..7cac782a00 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.4.15 + 8.4.16 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 221546ccf5..d0d01e1d94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "8.4.15", + "version": "8.4.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "8.4.15", + "version": "8.4.16", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", diff --git a/package.json b/package.json index 5a41f8c5ce..6fa06f0a79 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.4.15", + "version": "8.4.16", "authors": [ { "name": "Julius Härtl", From c9dbef19770e88dc2b2b7e2df7ca8a95497fe3ee Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Fri, 24 Jul 2026 18:16:12 -0400 Subject: [PATCH 2/2] chore(release): update changelog Signed-off-by: Elizabeth Danzberger --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8fec5a26..a9ca253a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.4.16 + +### Fixed + +- Post message origin verification by @elzody in [#5909](https://github.com/nextcloud/richdocuments/pull/5909) + ## 8.4.15 ### Fixed