diff --git a/CHANGELOG.md b/CHANGELOG.md index c0425943..3c10f4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.75](https://github.com/pragmatismo-io/BotServer/compare/2.0.74...2.0.75) (2020-12-22) + + +### Bug Fixes + +* **core.gbapp:** MSFT translator fixes and auto-start twice fixed. ([81a0fdd](https://github.com/pragmatismo-io/BotServer/commit/81a0fdd5d01d28ce16d04198c8487931f89a203a)) + ## [2.0.74](https://github.com/pragmatismo-io/BotServer/compare/2.0.73...2.0.74) (2020-12-22) diff --git a/package.json b/package.json index f7f6940a..854b6fe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.74", + "version": "2.0.75", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",