diff --git a/CHANGELOG.md b/CHANGELOG.md
index 235d70b068..fdea2f28d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,23 @@
-->
# Changelog
+## 8.7.0
+
+### Added
+
+- feat: Add option to set secure view for public talk shares [#4808](https://github.com/nextcloud/richdocuments/pull/4808)
+
+### Fixed
+
+- fix: Ensure edit permissions are checked before template file token generation [#4797](https://github.com/nextcloud/richdocuments/pull/4797)
+- fix(CoolFrame): Init and accept postMessage for setting iframe height [#4796](https://github.com/nextcloud/richdocuments/pull/4796)
+- fix: check if template fields should be extracted [#4810](https://github.com/nextcloud/richdocuments/pull/4810)
+
+### Other
+
+- Revert "test: use nightly collabora build for now" [#4790](https://github.com/nextcloud/richdocuments/pull/4790)
+- chore(test): add unit tests for RegisterTemplateFileCreatorListener [#4821](https://github.com/nextcloud/richdocuments/pull/4821)
+
## 8.6.5
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index be67e07f16..67a3232acb 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,11 +11,11 @@
- 8.6.5
+ 8.7.0
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
-
+
diff --git a/package.json b/package.json
index 88271fa74d..9d602b06d7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.6.5",
+ "version": "8.7.0",
"authors": [
{
"name": "Julius Härtl",
@@ -86,4 +86,4 @@
],
"globalSetup": "/src/tests/setup.js"
}
-}
+}
\ No newline at end of file