diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad7f6dc..5f6e7d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.151](https://github.com/GeneralBots/BotServer/compare/2.0.150...2.0.151) (2021-09-18) + + +### Bug Fixes + +* **basic.gblib:** Goto dialog within web. ([565f200](https://github.com/GeneralBots/BotServer/commit/565f200ebfd221101c2a97500a136e55f064ef45)) + ## [2.0.150](https://github.com/GeneralBots/BotServer/compare/2.0.149...2.0.150) (2021-09-16) diff --git a/package.json b/package.json index e123b812..e7b4a49c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.150", + "version": "2.0.151", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",