From 0cdea0473173ead96d9c8f7e21d823882e5b7d77 Mon Sep 17 00:00:00 2001 From: hinakhadim Date: Tue, 27 Aug 2024 15:59:21 +0500 Subject: [PATCH] v18.1.1 --- CHANGELOG.md | 5 +++++ tutorindigo/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fea87fe2..ff099752e 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 c84c510d7..720134027 100644 --- a/tutorindigo/__about__.py +++ b/tutorindigo/__about__.py @@ -1 +1 @@ -__version__ = "18.1.0" +__version__ = "18.1.1"