From d1098cfcae1f5711543abe42a5ffae3625ff476e Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Wed, 17 Jul 2024 18:43:44 -0300 Subject: [PATCH] fix: Update version and fix data saving function This commit updates the package version from 2.0.1-beta to 2.0.2-beta and fixes an issue with the function of saving or not saving data in the database. It modifies the package.json and CHANGELOG.md files. Note: The CHANGELOG.md file includes a detailed list of changes and can be reviewed for more information. --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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": {