diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f31a18b..c14988cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.26](https://github.com/pragmatismo-io/BotServer/compare/2.0.25...2.0.26) (2020-11-06) + + +### Bug Fixes + +* **core.gbapp:** Fix GET/SET in .gbdialog. ([8842bf7](https://github.com/pragmatismo-io/BotServer/commit/8842bf7e4f09c2a6606f95fcc505ff3d3becd837)) + ## [2.0.25](https://github.com/pragmatismo-io/BotServer/compare/2.0.24...2.0.25) (2020-10-30) diff --git a/package.json b/package.json index 7968601e..24b45874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.25", + "version": "2.0.26", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",