diff --git a/CHANGELOG.md b/CHANGELOG.md
index da25af00..43744d8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes:
+
+## v18.0.2 (2024-10-29)
+
+- [Feature] Upgrade upstream apps to open-release/redwood.3. In particular, this will resolve serious issues with [course creation](https://github.com/openedx/frontend-app-authoring/issues/1199) and [language switching](https://github.com/openedx/frontend-app-account/issues/1052). (by @regisb)
+
## v18.0.1 (2024-09-09)
diff --git a/tutormfe/__about__.py b/tutormfe/__about__.py
index 28cc1491..93eb58ca 100644
--- a/tutormfe/__about__.py
+++ b/tutormfe/__about__.py
@@ -1 +1 @@
-__version__ = "18.0.1"
+__version__ = "18.0.2"