diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fea87fe..ff099752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v18.1.1 (2024-08-27) + +- [BugFix] Add the Indigo footer in MFEs via env.config.jsx to resolve display issues on the /account/ page after upgrading to Redwood. (by @hinakhadim) + ## v18.1.0 (2024-07-23) diff --git a/tutorindigo/__about__.py b/tutorindigo/__about__.py index c84c510d..72013402 100644 --- a/tutorindigo/__about__.py +++ b/tutorindigo/__about__.py @@ -1 +1 @@ -__version__ = "18.1.0" +__version__ = "18.1.1"