diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b31081..c45e3093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.57](https://github.com/pragmatismo-io/BotServer/compare/2.0.56...2.0.57) (2020-12-01) + + +### Bug Fixes + +* **core.gbapp:** New HEAR possibilities coded. ([797af37](https://github.com/pragmatismo-io/BotServer/commit/797af37b816ae31610e5aa32bbd055f61c899258)) + ## [2.0.56](https://github.com/pragmatismo-io/BotServer/compare/2.0.55...2.0.56) (2020-12-01) diff --git a/package.json b/package.json index 7bcca547..b383dbe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.56", + "version": "2.0.57", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",