diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed8c7c2..ddb7d723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.104](https://github.com/GeneralBots/BotServer/compare/2.0.103...2.0.104) (2021-02-23) + + +### Bug Fixes + +* **basic.gblib:** Error handling improved. ([a4c3f42](https://github.com/GeneralBots/BotServer/commit/a4c3f429119fecf256b3494bc633531e0335f36a)) + ## [2.0.103](https://github.com/GeneralBots/BotServer/compare/2.0.102...2.0.103) (2021-02-16) diff --git a/package.json b/package.json index 35393ae7..a180d0ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.103", + "version": "2.0.104", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",