diff --git a/CHANGELOG.md b/CHANGELOG.md index bf923397..f8f75d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.7](https://github.com/pragmatismo-io/BotServer/compare/2.0.6...2.0.7) (2020-08-29) + + +### Bug Fixes + +* **core.gbapp:** Context in VM is isolated now. ([42a7074](https://github.com/pragmatismo-io/BotServer/commit/42a707408135ba352cf44c9dd842b3cd913d15c9)) + ## [2.0.6](https://github.com/pragmatismo-io/BotServer/compare/2.0.5...2.0.6) (2020-08-26) diff --git a/package.json b/package.json index bbac13ec..9e9ea9a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.6", + "version": "2.0.7", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",