diff --git a/CHANGELOG.md b/CHANGELOG.md index 230810ea..285d71b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.53](https://github.com/pragmatismo-io/BotServer/compare/2.0.52...2.0.53) (2020-11-26) + + +### Bug Fixes + +* **core.gbapp:** SEND SMS fixed. ([508fe9f](https://github.com/pragmatismo-io/BotServer/commit/508fe9fc312512b71503bb8c34c430dfa2361505)) + ## [2.0.52](https://github.com/pragmatismo-io/BotServer/compare/2.0.51...2.0.52) (2020-11-26) diff --git a/package.json b/package.json index 393f3da7..295c23da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.52", + "version": "2.0.53", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",