diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b16e3e9..2f164437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.79](https://github.com/pragmatismo-io/BotServer/compare/2.0.78...2.0.79) (2020-12-25) + + +### Bug Fixes + +* **core.gbapp:** Comments improving. ([dcb5961](https://github.com/pragmatismo-io/BotServer/commit/dcb5961a8049c273af66e3c955cce13b80a6ff74)) + ## [2.0.78](https://github.com/pragmatismo-io/BotServer/compare/2.0.77...2.0.78) (2020-12-23) diff --git a/package.json b/package.json index ad9e83e5..25a9167c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.78", + "version": "2.0.79", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",