diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e8e158..d21746c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.40](https://github.com/pragmatismo-io/BotServer/compare/2.0.39...2.0.40) (2020-11-11) + + +### Bug Fixes + +* **core.gbapp:** SEND FILE TO now is priority over SEND FILE when converting tokens in regexp translator. ([9021ac8](https://github.com/pragmatismo-io/BotServer/commit/9021ac89b258d532f32ac21fe8ca61a5e7fcef24)) + ## [2.0.39](https://github.com/pragmatismo-io/BotServer/compare/2.0.38...2.0.39) (2020-11-11) diff --git a/package.json b/package.json index 628a0736..147c29f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.39", + "version": "2.0.40", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",