diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2bec0c..32cc1c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.19](https://github.com/pragmatismo-io/BotServer/compare/2.0.18...2.0.19) (2020-10-27) + + +### Bug Fixes + +* **core.gbapp:** Logging improvements. ([b2159b0](https://github.com/pragmatismo-io/BotServer/commit/b2159b0030c64974fa9453b6678d0e8d4dc09f79)) + ## [2.0.18](https://github.com/pragmatismo-io/BotServer/compare/2.0.17...2.0.18) (2020-10-27) diff --git a/package.json b/package.json index 1896dfd1..703d53a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.18", + "version": "2.0.19", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",