From fa14b7b1a930e77a3ac3653850581e87ee910d55 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Tue, 11 Jun 2024 17:56:45 -0300 Subject: [PATCH] feat: Added debounce time for typebot messages --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c5dc019f..b30b7912c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 2.0.0 (v2.0.0) +# 2.0.0 (alpha) ### Feature @@ -8,6 +8,7 @@ * Now you can register several typebots with triggers * Media sent to typebot now goes as a template string, example: imageMessage:MESSAGE_ID * Organization configuration and logo in chatwoot bot contact +* Added debounce time for typebot messages ### Fixed