From f0a40e2856d62882a11871ff8749fd51023f3eba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:02:04 +0000 Subject: [PATCH 1/3] chore(release): v7.0.0-rc.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d76c158e..02a33961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 6.7.19 (2025-08-31) +# 7.0.0-rc.1 (2025-09-08) diff --git a/package.json b/package.json index 70c510a7..fd405c3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "baileys", "type": "module", - "version": "6.7.19", + "version": "7.0.0-rc.1", "description": "A WebSockets library for interacting with WhatsApp Web", "keywords": [ "whatsapp", From b558d67851791347103e9b8293b8dd67038080e3 Mon Sep 17 00:00:00 2001 From: Rajeh Taher Date: Tue, 9 Sep 2025 00:45:54 +0300 Subject: [PATCH 2/3] Revise breaking change notice in README --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 012266cf..6ffab0c1 100644 --- a/.github/README.md +++ b/.github/README.md @@ -4,7 +4,7 @@ > [!CAUTION] > NOTICE OF BREAKING CHANGE. > -> As of 6.8.0, multiple breaking changes were introduced into the library. +> As of 7.0.0, multiple breaking changes were introduced into the library. > > Please check out https://whiskey.so/migrate-latest for more information. From f770c4ebb768b5600109a47def01f770bbf9f32f Mon Sep 17 00:00:00 2001 From: Rajeh Taher Date: Tue, 9 Sep 2025 00:46:10 +0300 Subject: [PATCH 3/3] Update breaking change notice to version 7.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b98e2b9..4eef2928 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ > [!CAUTION] > NOTICE OF BREAKING CHANGE. > -> As of 6.8.0, multiple breaking changes were introduced into the library. +> As of 7.0.0, multiple breaking changes were introduced into the library. > > Please check out https://whiskey.so/migrate-latest for more information.