From 2e6e7e9e8a016f609b9be942f67b7640991d29d4 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Thu, 26 Nov 2020 15:49:19 +0000 Subject: [PATCH] chore(release): 2.0.52 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",