diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f29af7e..8074557e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.28](https://github.com/pragmatismo-io/BotServer/compare/2.0.27...2.0.28) (2020-11-08) + + +### Bug Fixes + +* **core.gbapp:** New keywords and Loops. ([8693511](https://github.com/pragmatismo-io/BotServer/commit/869351113e76f9ebe9736fbd6e7f8311e89ec995)) + ## [2.0.27](https://github.com/pragmatismo-io/BotServer/compare/2.0.26...2.0.27) (2020-11-06) diff --git a/package.json b/package.json index 809797b7..e327f57a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.27", + "version": "2.0.28", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",