diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d0e7f8ac..a4fcff57e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.5.0 (2024-06-13) + +### Bug Fixes + +- **deps:** update dependency @wppconnect-team/wppconnect to ^1.32.0 ([#1901](https://github.com/wppconnect-team/wppconnect-server/issues/1901)) ([765810d](https://github.com/wppconnect-team/wppconnect-server/commit/765810dde565d79c1b1c1aa7571010a79b054edd)) + ## 2.4.6 (2024-06-12) ## 2.4.5 (2024-06-11) diff --git a/package.json b/package.json index ee39f6a7a6..1960ea4099 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect/server", - "version": "2.4.6", + "version": "2.5.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",