diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f393fc..076eade5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.72](https://github.com/pragmatismo-io/BotServer/compare/2.0.71...2.0.72) (2020-12-13) + + +### Bug Fixes + +* **core.gbapp:** Improvements in BASIC error handling. ([46f4cac](https://github.com/pragmatismo-io/BotServer/commit/46f4cac29b1d6dbeeb22417444e462346e4cf28f)) + ## [2.0.71](https://github.com/pragmatismo-io/BotServer/compare/2.0.70...2.0.71) (2020-12-10) diff --git a/package.json b/package.json index da6b38dc..e44514e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.71", + "version": "2.0.72", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",