diff --git a/CHANGELOG.md b/CHANGELOG.md index 29dc0929..00e3b7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.65](https://github.com/pragmatismo-io/BotServer/compare/2.0.64...2.0.65) (2020-12-06) + + +### Bug Fixes + +* **core.gbapp:** startDialog for web OK now. ([6b325ea](https://github.com/pragmatismo-io/BotServer/commit/6b325ead34fc5ef39d3a49511b777878ce364946)) + ## [2.0.64](https://github.com/pragmatismo-io/BotServer/compare/2.0.63...2.0.64) (2020-12-06) diff --git a/package.json b/package.json index e9fb6bad..bc613c64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.64", + "version": "2.0.65", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",