diff --git a/CHANGELOG.md b/CHANGELOG.md index 813a78ae..7e7f91ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.86](https://github.com/pragmatismo-io/BotServer/compare/2.0.85...2.0.86) (2021-01-08) + + +### Bug Fixes + +* **admin.gbapp:** Trying to fix .gbot deployment error. ([63b2a57](https://github.com/pragmatismo-io/BotServer/commit/63b2a577b23dd35d1335eaa1f66f5b689c775da1)) + ## [2.0.85](https://github.com/pragmatismo-io/BotServer/compare/2.0.84...2.0.85) (2021-01-07) diff --git a/package.json b/package.json index 9f110fa3..35cb66fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.85", + "version": "2.0.86", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",