diff --git a/CHANGELOG.md b/CHANGELOG.md index f9f3291d..29dc0929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.64](https://github.com/pragmatismo-io/BotServer/compare/2.0.63...2.0.64) (2020-12-06) + + +### Bug Fixes + +* **core.gbapp:** Start dialog done and log improvements. ([1ff2429](https://github.com/pragmatismo-io/BotServer/commit/1ff24290f0fb482493fd8106247443233f117b87)) + ## [2.0.63](https://github.com/pragmatismo-io/BotServer/compare/2.0.62...2.0.63) (2020-12-06) diff --git a/package.json b/package.json index 2e0af3b5..e9fb6bad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.63", + "version": "2.0.64", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",