diff --git a/CHANGELOG.md b/CHANGELOG.md index 7278872d..230810ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.52](https://github.com/pragmatismo-io/BotServer/compare/2.0.51...2.0.52) (2020-11-26) + + +### Bug Fixes + +* **core.gbapp:** SEND SMS TO keyword added. ([719f063](https://github.com/pragmatismo-io/BotServer/commit/719f063070a3959d39998ed87046b0780f66c554)) + ## [2.0.51](https://github.com/pragmatismo-io/BotServer/compare/2.0.50...2.0.51) (2020-11-26) diff --git a/package.json b/package.json index 544d6031..393f3da7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.51", + "version": "2.0.52", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",