diff --git a/meta/documents/changelog_de.md b/meta/documents/changelog_de.md
index 0df020777..9746633c4 100644
--- a/meta/documents/changelog_de.md
+++ b/meta/documents/changelog_de.md
@@ -1,5 +1,11 @@
# Release Notes für IO
+## v5.0.10 (2020-08-27) Übersicht aller Änderungen
+
+### Fixed
+
+- URLs mit mehr als 6 Segmenten werden nun korrekt erkannt und als 404-Seite dargestellt.
+
## v5.0.9 (2020-08-25) Übersicht aller Änderungen
### Geändert
diff --git a/meta/documents/changelog_en.md b/meta/documents/changelog_en.md
index 72f819971..89e2d8148 100644
--- a/meta/documents/changelog_en.md
+++ b/meta/documents/changelog_en.md
@@ -1,5 +1,11 @@
# Release Notes for IO
+## v5.0.10 (2020-08-27) Overview of all changes
+
+### Fixed
+
+- URLs with more than 6 segments are now correctly recognized and displayed as 404 pages.
+
## v5.0.9 (2020-08-25) Overview of all changes
### Changed
diff --git a/plugin.json b/plugin.json
index 5131198f9..c20ef094b 100644
--- a/plugin.json
+++ b/plugin.json
@@ -1,5 +1,5 @@
{
- "version" : "5.0.9",
+ "version" : "5.0.10",
"name" : "IO",
"marketplaceName" : {"de": "IO","en": "IO"},
"license" : "AGPL-3.0",