diff --git a/CHANGELOG.md b/CHANGELOG.md index fe21fec2..160d6122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.62](https://github.com/pragmatismo-io/BotServer/compare/2.0.61...2.0.62) (2020-12-05) + + +### Bug Fixes + +* **core.gbapp:** Fix in deployer. ([ec40fd8](https://github.com/pragmatismo-io/BotServer/commit/ec40fd8b62dc4248c74a33141cccabd558b80e17)) + ## [2.0.61](https://github.com/pragmatismo-io/BotServer/compare/2.0.60...2.0.61) (2020-12-05) diff --git a/package.json b/package.json index 31471f12..016d2632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.61", + "version": "2.0.62", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",