diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a6b7bfe..53e67118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.132](https://github.com/GeneralBots/BotServer/compare/2.0.131...2.0.132) (2021-08-15) + + +### Bug Fixes + +* **basic.gblib:** TOLIST fixed for empty values. ([66c0c4b](https://github.com/GeneralBots/BotServer/commit/66c0c4b90d2389c2b3af43741d181b6d5764173b)) + ## [2.0.131](https://github.com/GeneralBots/BotServer/compare/2.0.130...2.0.131) (2021-08-14) diff --git a/package.json b/package.json index fa9b0944..cbc17bf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.131", + "version": "2.0.132", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",