diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a40c856..a6b35ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.21](https://github.com/pragmatismo-io/BotServer/compare/2.0.20...2.0.21) (2020-10-30) + + +### Bug Fixes + +* **kb.gbapp:** Spelling set before translation. ([bfbbf69](https://github.com/pragmatismo-io/BotServer/commit/bfbbf696900748d3fe9ac329b2b7f46b5878c504)) + ## [2.0.20](https://github.com/pragmatismo-io/BotServer/compare/2.0.19...2.0.20) (2020-10-30) diff --git a/package.json b/package.json index d1a597a6..4f69251f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.20", + "version": "2.0.21", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",