From d3ab402d9451088ed367d176c9555c6b9c68e4be Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Fri, 12 Jul 2024 20:18:39 -0300 Subject: [PATCH] chore: Update changelog with new changes - Add support for ignoring jids configuration in typebot - Update regex and fallback implementation in typebot - Enable tagging in chatwoot contact by instance - Add support for managing WhatsApp templates via official API The changelog has been updated to reflect the recent changes in the project. This includes the addition of a new feature to ignore jids configuration in typebot, updates to the regex and fallback implementation in typebot, the ability to enable tagging in chatwoot contact by instance, and support for managing WhatsApp templates via the official API. These changes improve the functionality and maintainability of the project. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 213c70df..56cef380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * Tagging in chatwoot contact by instance * Add support for managing WhatsApp templates via official API * Fixes and implementation of regex and fallback in typebot +* Ignore jids configuration added to typebot (will be used for both groups and contacts) ### Fixed