diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e510c5e..d76bfe12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.159](https://github.com/GeneralBots/BotServer/compare/2.0.158...2.0.159) (2022-08-06) + + +### Bug Fixes + +* **whatsapp.gblib:** SEND FILE sending bug. ([9cb2852](https://github.com/GeneralBots/BotServer/commit/9cb285214c37e44bacc01b6a60d0847b8d545e3a)) + ## [2.0.158](https://github.com/GeneralBots/BotServer/compare/2.0.157...2.0.158) (2022-08-05) diff --git a/package.json b/package.json index 6344415e..356fd8e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.158", + "version": "2.0.159", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",