diff --git a/CHANGELOG.md b/CHANGELOG.md index 0896bdbf..abe9fee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.45](https://github.com/pragmatismo-io/BotServer/compare/2.0.44...2.0.45) (2020-11-19) + + +### Bug Fixes + +* **core.gbapp:** Fixing after language new fetures being added. ([0ecaa8a](https://github.com/pragmatismo-io/BotServer/commit/0ecaa8a877e9a9e0b024544fd826c7fe188f7bf4)) + ## [2.0.44](https://github.com/pragmatismo-io/BotServer/compare/2.0.43...2.0.44) (2020-11-17) diff --git a/package.json b/package.json index 0324ebb0..f74692af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.44", + "version": "2.0.45", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",