diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a5f1a5..04f393fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.71](https://github.com/pragmatismo-io/BotServer/compare/2.0.70...2.0.71) (2020-12-10) + + +### Bug Fixes + +* **core.gbapp:** Fix KeepText bug. ([8a82ead](https://github.com/pragmatismo-io/BotServer/commit/8a82eade5a3d5ba5e151ee9b38176a0703adcd60)) + ## [2.0.70](https://github.com/pragmatismo-io/BotServer/compare/2.0.69...2.0.70) (2020-12-10) diff --git a/package.json b/package.json index 1ba2195c..da6b38dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.70", + "version": "2.0.71", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",