diff --git a/CHANGELOG.md b/CHANGELOG.md index e710a650..b3487ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.106](https://github.com/GeneralBots/BotServer/compare/2.0.105...2.0.106) (2021-02-28) + + +### Bug Fixes + +* **all:** FAQ Menu fixed. ([7c93328](https://github.com/GeneralBots/BotServer/commit/7c93328134f6a2611ea13749182eb4fc8061a0d3)) + ## [2.0.105](https://github.com/GeneralBots/BotServer/compare/2.0.104...2.0.105) (2021-02-23) diff --git a/package.json b/package.json index 169ab9a8..764358a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.105", + "version": "2.0.106", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",