diff --git a/CHANGELOG.md b/CHANGELOG.md index 0281cf12..a1b25546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.37](https://github.com/pragmatismo-io/BotServer/compare/2.0.36...2.0.37) (2020-11-11) + + +### Bug Fixes + +* **core.gbapp:** New key word SEND FILE TO added. ([b736f04](https://github.com/pragmatismo-io/BotServer/commit/b736f04103efb37370a040a77c9a5ed523a2703d)) + ## [2.0.36](https://github.com/pragmatismo-io/BotServer/compare/2.0.35...2.0.36) (2020-11-10) diff --git a/package.json b/package.json index 837052f4..17db403c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.36", + "version": "2.0.37", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",