From 2e9c14a0a821ac62cba640088cd6b52ccbafb546 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Mon, 27 May 2024 16:35:59 -0300 Subject: [PATCH] fix: security fix in fetch instance with client key when not connected to mongodb --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d07c575a..06379d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Fixed * Correction in message formatting when generated by AI as markdown in typebot +* Security fix in fetch instance with client key when not connected to mongodb # 1.7.5 (2024-05-21 08:50)