From da6f1bd54062c1e6ece23c167eb810cbbacd954e Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Fri, 26 Sep 2025 12:58:36 -0300 Subject: [PATCH] chore(changelog): update CHANGELOG for Baileys v7.0.0-rc.4 and PostgreSQL connection improvements - Added entry for Baileys version update to v7.0.0-rc.4. - Refactored PostgreSQL connection handling and enhanced message processing capabilities. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b617ea..9dfb834c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Fixed `ERROR: relation "public.Instance" does not exist` issue in migration `20250918182355_add_kafka_integration` - Aligned table naming convention with other Evolution API migrations for consistency - Resolved database migration failure that prevented Kafka integration setup +* **Update Baileys Version**: v7.0.0-rc.4 +* Refactor connection with PostgreSQL and improve message handling + ###