diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ecc8876..fc2bec0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.18](https://github.com/pragmatismo-io/BotServer/compare/2.0.17...2.0.18) (2020-10-27) + + +### Bug Fixes + +* **core.gbapp:** Auto-publish fixed. ([398b95d](https://github.com/pragmatismo-io/BotServer/commit/398b95d148f8db3d4c0feb92da7521e78825d3f4)) + ## [2.0.17](https://github.com/pragmatismo-io/BotServer/compare/2.0.16...2.0.17) (2020-10-26) diff --git a/package.json b/package.json index 80d468cb..1896dfd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.17", + "version": "2.0.18", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",