diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b70c94..fccc35f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.147](https://github.com/GeneralBots/BotServer/compare/2.0.146...2.0.147) (2021-09-13) + + +### Bug Fixes + +* **basic.gblib:** Goto dialog within web. ([43a3d58](https://github.com/GeneralBots/BotServer/commit/43a3d58cb5266aec89bf94c35afee079726db14e)) + ## [2.0.146](https://github.com/GeneralBots/BotServer/compare/2.0.145...2.0.146) (2021-08-31) diff --git a/package.json b/package.json index 95830a37..e4e4c526 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.146", + "version": "2.0.147", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",