diff --git a/CHANGELOG.md b/CHANGELOG.md index a51214e5..6138ce2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.13](https://github.com/pragmatismo-io/BotServer/compare/2.0.12...2.0.13) (2020-10-21) + + +### Bug Fixes + +* **core.gbapp:** Field active is now being filled at instance creation. ([aee2c17](https://github.com/pragmatismo-io/BotServer/commit/aee2c17d4c60a972f6b64f588343d9e86327d48d)) + ## [2.0.12](https://github.com/pragmatismo-io/BotServer/compare/2.0.11...2.0.12) (2020-10-18) diff --git a/package.json b/package.json index ad5c3cbb..4e1c6169 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.12", + "version": "2.0.13", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",