diff --git a/CHANGELOG.md b/CHANGELOG.md index 60a2e0e0..46a5a73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.167](https://github.com/GeneralBots/BotServer/compare/2.0.166...2.0.167) (2022-08-26) + + +### Bug Fixes + +* **kb.gbapp:** Skips blank answers lines. ([004cc8f](https://github.com/GeneralBots/BotServer/commit/004cc8fef586c81de55181689b29a502fd0784a1)) + ## [2.0.166](https://github.com/GeneralBots/BotServer/compare/2.0.165...2.0.166) (2022-08-26) diff --git a/package.json b/package.json index 0af07f08..2a41f803 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.166", + "version": "2.0.167", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",