diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f75d77..c1eb7b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.8](https://github.com/pragmatismo-io/BotServer/compare/2.0.7...2.0.8) (2020-09-20) + + +### Bug Fixes + +* **core.gbapp:** Instance loading fix and external url for images. ([aa976ae](https://github.com/pragmatismo-io/BotServer/commit/aa976aeb8c031c6319978b85d59939a461130b69)) + ## [2.0.7](https://github.com/pragmatismo-io/BotServer/compare/2.0.6...2.0.7) (2020-08-29) diff --git a/package.json b/package.json index 9e9ea9a2..664c1d7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.7", + "version": "2.0.8", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",