diff --git a/CHANGELOG.md b/CHANGELOG.md
index e15e22ad9..7e66125c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.34.2 (2024-09-27)
+
+- build(deps): update dependency puppeteer to ^23.4.1 (#2349) ([fe16137](https://github.com/wppconnect-team/wppconnect/commit/fe16137)), closes [#2349](https://github.com/wppconnect-team/wppconnect/issues/2349)
+
## 1.34.1 (2024-09-09)
- chore: rollback typedoc ([077ff9b](https://github.com/wppconnect-team/wppconnect/commit/077ff9b))
diff --git a/package-lock.json b/package-lock.json
index e4bf3e01c..66c0ded12 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@wppconnect-team/wppconnect",
- "version": "1.34.1",
+ "version": "1.34.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@wppconnect-team/wppconnect",
- "version": "1.34.1",
+ "version": "1.34.2",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@wppconnect/wa-js": "^3.10.1",
diff --git a/package.json b/package.json
index e19ea44af..350912a10 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@wppconnect-team/wppconnect",
- "version": "1.34.1",
+ "version": "1.34.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",