diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b59a8f..a64d0a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.156](https://github.com/GeneralBots/BotServer/compare/2.0.155...2.0.156) (2022-07-06) + + +### Bug Fixes + +* **all:** CHART and IMAGE from GET HTTP calls. ([a3e99bb](https://github.com/GeneralBots/BotServer/commit/a3e99bb5533fb07f613e2fe1264045ff10880f3e)) + ## [2.0.155](https://github.com/GeneralBots/BotServer/compare/2.0.154...2.0.155) (2022-07-06) diff --git a/package.json b/package.json index 85d9703c..349ae38d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.155", + "version": "2.0.156", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",