diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff3b068..fa5532ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.0.69](https://github.com/pragmatismo-io/BotServer/compare/2.0.68...2.0.69) (2020-12-08) + + +### Bug Fixes + +* **core.gbapp:** Boolean added to BASIC. ([bf91d74](https://github.com/pragmatismo-io/BotServer/commit/bf91d741623f4f3ef6e71181ebf63efea9f7853b)) +* **core.gbapp:** Improvements on BASIC with built-in validators. ([af10172](https://github.com/pragmatismo-io/BotServer/commit/af10172dd4ea5aaaff4122c8226283f1ef955337)) +* **core.gbapp:** New validators in BASIC. ([eb15dd0](https://github.com/pragmatismo-io/BotServer/commit/eb15dd083b25c5144f9918a5a94f16afd788406f)) + ## [2.0.68](https://github.com/pragmatismo-io/BotServer/compare/2.0.67...2.0.68) (2020-12-07) diff --git a/package.json b/package.json index 79a4a506..80a6c772 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.68", + "version": "2.0.69", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",