diff --git a/CHANGELOG.md b/CHANGELOG.md index abe9fee5..e2464a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.46](https://github.com/pragmatismo-io/BotServer/compare/2.0.45...2.0.46) (2020-11-19) + + +### Bug Fixes + +* **core.gbapp:** Language improvements tested. ([a618c71](https://github.com/pragmatismo-io/BotServer/commit/a618c7100bd7b2fda7fdeb33a09a66b9c515546e)) + ## [2.0.45](https://github.com/pragmatismo-io/BotServer/compare/2.0.44...2.0.45) (2020-11-19) diff --git a/package.json b/package.json index abe1f45a..1f7ca37f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.45", + "version": "2.0.46", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",