diff --git a/CHANGELOG.md b/CHANGELOG.md index 4076c9424..d9073c57a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v18.2.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.2.1 (2024-10-11) diff --git a/tutorindigo/__about__.py b/tutorindigo/__about__.py index c1d3f8292..6d5890d6d 100644 --- a/tutorindigo/__about__.py +++ b/tutorindigo/__about__.py @@ -1 +1 @@ -__version__ = "18.2.1" +__version__ = "18.2.2"