diff --git a/CHANGELOG.md b/CHANGELOG.md index 327025bd..b676d3f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.89](https://github.com/GeneralBots/BotServer/compare/2.0.88...2.0.89) (2021-01-12) + + +### Bug Fixes + +* **basic.gblib:** Fixed get token from BASIC methods. ([6399c2d](https://github.com/GeneralBots/BotServer/commit/6399c2dd0f45617c591f69156241bd13788fee89)) + ## [2.0.88](https://github.com/GeneralBots/BotServer/compare/2.0.87...2.0.88) (2021-01-08) diff --git a/package.json b/package.json index b6d348f4..3cc213d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.88", + "version": "2.0.89", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",