diff --git a/CHANGELOG.md b/CHANGELOG.md index 6baf72c4..88684388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.16](https://github.com/pragmatismo-io/BotServer/compare/2.0.15...2.0.16) (2020-10-24) + + +### Bug Fixes + +* **core.gbapp:** .gbot download from tabular is now OK. ([a7fce94](https://github.com/pragmatismo-io/BotServer/commit/a7fce94545522a7695694099c70320a62e352ef9)) + ## [2.0.15](https://github.com/pragmatismo-io/BotServer/compare/2.0.14...2.0.15) (2020-10-24) diff --git a/package.json b/package.json index cbc58ccc..6608391a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.15", + "version": "2.0.16", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",