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