diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f6e7d68..b1ac302b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.152](https://github.com/GeneralBots/BotServer/compare/2.0.151...2.0.152) (2021-09-24) + + +### Bug Fixes + +* **core.gbapp:** Remove web message about projector content. ([3edcea9](https://github.com/GeneralBots/BotServer/commit/3edcea9887ddc228645b3ff8e35000112f3a2cd4)) + ## [2.0.151](https://github.com/GeneralBots/BotServer/compare/2.0.150...2.0.151) (2021-09-18) diff --git a/package.json b/package.json index e7b4a49c..9cf76fa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.151", + "version": "2.0.152", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",