diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5532ae..45a5f1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.70](https://github.com/pragmatismo-io/BotServer/compare/2.0.69...2.0.70) (2020-12-10) + + +### Bug Fixes + +* **core.gbapp:** Improvements in language selection and MSTEAMS integration. ([23b89e5](https://github.com/pragmatismo-io/BotServer/commit/23b89e5c79b341da42e214acc7c5a4de81e9ad6a)) + ## [2.0.69](https://github.com/pragmatismo-io/BotServer/compare/2.0.68...2.0.69) (2020-12-08) diff --git a/package.json b/package.json index 80a6c772..1ba2195c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.69", + "version": "2.0.70", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",