diff --git a/meta/documents/changelog_de.md b/meta/documents/changelog_de.md
index 0402f8b10..302c17076 100644
--- a/meta/documents/changelog_de.md
+++ b/meta/documents/changelog_de.md
@@ -1,5 +1,22 @@
# Release Notes für IO
+## v5.0.54 (2022-08-08) Übersicht aller Änderungen
+
+### TODO
+
+- Die neue Route `/contact-mail-api` wurde hinzugefügt. Wenn du das plentyShop Kontaktformular verwendest (egal ob Standard oder per ShopBuilder-Inhalt), stelle sicher, dass diese Route im IO-Plugin aktiviert ist. Öffne dazu die Einstellungen des IO-Plugins in deinem Plugin-Set. Öffne den Reiter **Konfiguration**. Aktiviere in der Einstellung **Routen aktivieren** die Route `/contact-mail-api` und speichere deine Einstellungen. Wenn du das Kontaktformular *nicht* verwendest, stelle sicher, dass diese Route deaktiviert ist.
+
+### Hinzugefügt
+
+- Es wurde eine weitere Route `/contact-mail-api` geschaffen, über die du nun unabhängig von der Route `/contact` den Mail-Versand über das Kontaktformular aktivieren oder deaktivieren kannst. Beachte das TODO.
+
+### Behoben
+
+- Bei mehrsprachigen Shops konnte es zu Problemen bei der Warenkorb-URL kommen. Dies wurde behoben.
+- Wenn Seiten mit Parameter aufgerufen wurden, die für den ShopBooster exkludiert wurden, konnte es zu fehlerhaftem Markup kommen. Dies wurde behoben.
+- Auf mobilen Geräten konnte es bei der Kombination von Sprachwechsel und ShopBooster dazu kommen, dass die mobile Navigation in der zuvor ausgewählten Sprache angezeigt wurde. Dieses Verhalten wurde behoben.
+- Bei Artikelsets mit Set-Komponenten, die Bestellmerkmale enthalten, kam es zur fehlerhaften Darstellung des Warenwerts. Dies wurde behoben.
+
## v5.0.53 (2022-07-04) Übersicht aller Änderungen
### Behoben
diff --git a/meta/documents/changelog_en.md b/meta/documents/changelog_en.md
index 02f0afa50..03652b70e 100644
--- a/meta/documents/changelog_en.md
+++ b/meta/documents/changelog_en.md
@@ -1,5 +1,22 @@
# Release Notes for IO
+## v5.0.54 (2022-08-08) Overview of all changes
+
+### TODO
+
+- If you are using the plentyShop contact form (either the standard template or via a ShopBuilder content), please make sure that the route `/contact-mail-api` is activated in the IO plugin. To check this, open the IO setting in your plugin set. Open the tab **Configuration**. In the setting **Activate routes**, activate the route `/contact-mail-api` and save your changes. If you do *not* use a plentyShop contact form, please make sure that the route `/contact-mail-api` is deactivated.
+
+### Added
+
+- The route `/contact-mail-api` has been added. You can use it to activate and deactivate the sending of mail via the contact form independently of the `/contact` route.
+
+### Fixed
+
+- For multilingual shops, errors could occurr in regards to the shopping cart URL. This has been fixed.
+- If pages were called with parameters that were excluded from ShopBooster, faulty markup could be generated. This has been fixed.
+- On mobile devices, the combination of language selection and ShopBooster could result in the mobile navigation being displayed in the previously selected language. This behaviour has been fixed.
+- Item sets with set components that contained order characteristics could cause an incorrect display of the value of goods. This has been fixed.
+
## v5.0.53 (2022-07-04) Overview of all changes
### Behoben
diff --git a/plugin.json b/plugin.json
index a168277bc..fc8fe6ef7 100644
--- a/plugin.json
+++ b/plugin.json
@@ -1,5 +1,5 @@
{
- "version" : "5.0.53",
+ "version" : "5.0.54",
"name" : "IO",
"marketplaceName" : {"de": "IO","en": "IO"},
"license" : "AGPL-3.0",