diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c10f4e5..8b84569b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.76](https://github.com/pragmatismo-io/BotServer/compare/2.0.75...2.0.76) (2020-12-22) + + +### Bug Fixes + +* **core.gbapp:** Fix in MSFT spellchecker. ([eaaae13](https://github.com/pragmatismo-io/BotServer/commit/eaaae133cbb8a16bb37d260057a24d434893570c)) + ## [2.0.75](https://github.com/pragmatismo-io/BotServer/compare/2.0.74...2.0.75) (2020-12-22) diff --git a/package.json b/package.json index 854b6fe2..c5ebfd2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.75", + "version": "2.0.76", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",