From 49daf5719b44a2032025d16593e7148a8d350f09 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Sat, 8 Jun 2024 21:24:33 -0300 Subject: [PATCH] changelog --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e2b310..81043f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -# 2.0.0 (develop) +# 2.0.0 (v2.0.0) ### Feature -* New method of saving sessions to a file using worker, made in partnership with [codechat](https://github.com/code-chat-br/whatsapp-api) + * Added prisma orm, connection to postgres and mysql * Added chatwoot integration activation * Added typebot integration activation @@ -28,6 +28,13 @@ - KeepOpen configuration (keeps the session even when the bot ends, to run once per contact) - StopBotFromMe configuration, allows me to stop the bot if I send a chat message. +# 1.8.1 (develop) + +### Feature + +* New method of saving sessions to a file using worker, made in partnership with [codechat](https://github.com/code-chat-br/whatsapp-api) +* Caching system for group data + # 1.8.0 (2024-05-27 16:10) ### Feature