diff --git a/CHANGELOG.md b/CHANGELOG.md index 11c51d57..746c84a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.96](https://github.com/GeneralBots/BotServer/compare/2.0.95...2.0.96) (2021-01-28) + + +### Bug Fixes + +* **core.gbapp:** Sending text in .md is back again. ([119c069](https://github.com/GeneralBots/BotServer/commit/119c06949aa446fe4971563f86fa7f32475674f4)) + ## [2.0.95](https://github.com/GeneralBots/BotServer/compare/2.0.94...2.0.95) (2021-01-27) diff --git a/package.json b/package.json index 46bcf320..edceb9d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.95", + "version": "2.0.96", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",