diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07eb85a89..e184859b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.28.2 (2023-11-04)
+
+- chore: Update release-it ([4869dc8](https://github.com/wppconnect-team/wppconnect/commit/4869dc8))
+
## 1.28.1 (2023-11-01)
- fix : update version whatsappVersion 2.2347.x ([6fe090a](https://github.com/wppconnect-team/wppconnect/commit/6fe090a))
diff --git a/package-lock.json b/package-lock.json
index 3cbebfed3..8c6353778 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@wppconnect-team/wppconnect",
- "version": "1.28.1",
+ "version": "1.28.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@wppconnect-team/wppconnect",
- "version": "1.28.1",
+ "version": "1.28.2",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@wppconnect/wa-js": "^2.28.0",
diff --git a/package.json b/package.json
index bd2d9c556..82028585d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@wppconnect-team/wppconnect",
- "version": "1.28.1",
+ "version": "1.28.2",
"description": "WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination... 😀🤔ðŸ’",
"main": "dist/index.js",
"types": "dist/index.d.ts",