diff --git a/CHANGELOG.md b/CHANGELOG.md index e38e7c6d..d1a6e9ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.145](https://github.com/GeneralBots/BotServer/compare/2.0.144...2.0.145) (2021-08-31) + + +### Bug Fixes + +* **basic.gblib:** Traces to solve /answer bug. ([db07689](https://github.com/GeneralBots/BotServer/commit/db07689520364ec1c5d2d7b64156ce35bbd08390)) + ## [2.0.144](https://github.com/GeneralBots/BotServer/compare/2.0.143...2.0.144) (2021-08-30) diff --git a/package.json b/package.json index b6c94672..0eac047c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.144", + "version": "2.0.145", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",