diff --git a/CHANGELOG.md b/CHANGELOG.md
index bfa2c2dad..afc966b21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
-## [Unreleased] -
+## [4.2.0] - 2024-01-24
+
+### Fixed
+
+- [535](https://github.com/owncloud/richdocuments/pull/535) - Update route to documents.php/index
## [4.1.0] - 2023-12-01
@@ -129,7 +133,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [2.4.0] - 2020-07-30
-[Unreleased]: https://github.com/owncloud/richdocuments/compare/v4.1.0...master
+[Unreleased]: https://github.com/owncloud/richdocuments/compare/v4.2.0...master
+[4.2.0]: https://github.com/owncloud/richdocuments/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/owncloud/richdocuments/compare/v4.0.0...v4.1.0
[4.0.0]: https://github.com/owncloud/richdocuments/compare/v3.0.1...v4.0.0
[3.0.1]: https://github.com/owncloud/richdocuments/compare/v3.0.0...v3.0.1
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7298d7c31..48e979423 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -9,7 +9,7 @@ This application can connect to a Collabora Online (or other) server (WOPI-like
You can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]>
Edit office documents directly in your browser.
AGPL
- 4.1.0
+ 4.2.0
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
https://github.com/owncloud/richdocuments/issues
https://github.com/owncloud/richdocuments.git
diff --git a/sonar-project.properties b/sonar-project.properties
index 7f5a94055..5355f310f 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -1,7 +1,7 @@
# Organization and project keys are displayed in the right sidebar of the project homepage
sonar.organization=owncloud-1
sonar.projectKey=owncloud_richdocuments
-sonar.projectVersion=4.1.0
+sonar.projectVersion=4.2.0
sonar.host.url=https://sonarcloud.io
# =====================================================