diff --git a/CHANGELOG.md b/CHANGELOG.md index 6932c28b..813a78ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.85](https://github.com/pragmatismo-io/BotServer/compare/2.0.84...2.0.85) (2021-01-07) + + +### Bug Fixes + +* **admin.gbapp:** Removal of download during deployment of .gbot packages. ([f4d5cf9](https://github.com/pragmatismo-io/BotServer/commit/f4d5cf92d2663eeba712c2b2083ca0e219e73d9c)) + ## [2.0.84](https://github.com/pragmatismo-io/BotServer/compare/2.0.83...2.0.84) (2021-01-05) diff --git a/package.json b/package.json index d2ec1827..9f110fa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.84", + "version": "2.0.85", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",