diff --git a/CHANGELOG.md b/CHANGELOG.md index 386409ff73..71ac2a5bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.7.0 (2024-09-09) + +### Bug Fixes + +- **deps:** update dependency @wppconnect-team/wppconnect to ^1.34.0 ([#2015](https://github.com/wppconnect-team/wppconnect-server/issues/2015)) ([7bedd09](https://github.com/wppconnect-team/wppconnect-server/commit/7bedd09bd1a1575964311c989e3377bc6e737704)) + # 2.6.0 (2024-08-05) ## 2.5.2 (2024-06-24) diff --git a/package.json b/package.json index 6876daaa19..deda875426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect/server", - "version": "2.6.0", + "version": "2.7.0", "description": "Projeto feito para autenticar a automomacao do WhatsappWeb com multi-clientes de forma dinamica. Backend feito em Nodejs(express, socketio), FrontEnd (ReactJS)", "main": "dist/index.js", "author": "kingaspx",