diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c3423060c..2593aa9bee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,23 @@
-->
# Changelog
+## 8.7.7
+
+### Fixed
+
+- Fix: Properly handle authenticated links being an array by @juliusknorr in [#5204](https://github.com/nextcloud/richdocuments/pull/5204)
+- Fix: Document created in wrong location on public share by @elzody in [#5188](https://github.com/nextcloud/richdocuments/pull/5188)
+- Fix(SecureView): hide disfunctional *download* files action by @blizzz in [#5200](https://github.com/nextcloud/richdocuments/pull/5200)
+- Fix: Pass document target through viewer component by @juliusknorr in [#5139](https://github.com/nextcloud/richdocuments/pull/5139)
+- Fix: Drop nonexisting onenote support from mime type list by @juliusknorr in [#5084](https://github.com/nextcloud/richdocuments/pull/5084)
+
+ ### Other
+
+- Refresh files list after exporting a file in a different format by @silverkszlo in [#5184](https://github.com/nextcloud/richdocuments/pull/5184)
+- Update LOOL to COOL naming conventions by @juliusknorr in [#5158](https://github.com/nextcloud/richdocuments/pull/5158)
+- NPM audits
+- Dependency updates
+
## 8.7.6
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6a88666ac9..ee41c83b25 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
- 8.7.6
+ 8.7.7
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package-lock.json b/package-lock.json
index eb2cb2937c..66f6e6a75f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "richdocuments",
- "version": "8.7.6",
+ "version": "8.7.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "richdocuments",
- "version": "8.7.6",
+ "version": "8.7.7",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
diff --git a/package.json b/package.json
index b1448d237a..908e5cb94b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.7.6",
+ "version": "8.7.7",
"authors": [
{
"name": "Julius Härtl",