diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b16b7c2..68ff4ef1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# 2.0.1-beta (beta) +# 2.0.2-beta (beta) + +### Fixed + +* Fixed the function of saving or not saving data in the database + +# 2.0.1-beta (2024-07-17 17:01) ### Fixed diff --git a/package.json b/package.json index 96cbf4b64..e62952778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "evolution-api", - "version": "2.0.1-beta", + "version": "2.0.2-beta", "description": "Rest api for communication with WhatsApp", "main": "./dist/src/main.js", "scripts": {