diff --git a/CHANGELOG.md b/CHANGELOG.md index c14988cd..8f29af7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.27](https://github.com/pragmatismo-io/BotServer/compare/2.0.26...2.0.27) (2020-11-06) + + +### Bug Fixes + +* **core.gbapp:** Any question can be forwarded to .docx dialogs. ([4f3ada1](https://github.com/pragmatismo-io/BotServer/commit/4f3ada1902e4ec4e4a24e701c70e8df1ff408e76)) + ## [2.0.26](https://github.com/pragmatismo-io/BotServer/compare/2.0.25...2.0.26) (2020-11-06) diff --git a/package.json b/package.json index 24b45874..809797b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.26", + "version": "2.0.27", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",