diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e6515e..e3f578be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.5](https://github.com/pragmatismo-io/BotServer/compare/2.0.4...2.0.5) (2020-08-19) + + +### Bug Fixes + +* **all:** Code cleanup. ([8db0505](https://github.com/pragmatismo-io/BotServer/commit/8db05053d5447d554fd6f475822a414a44c65f23)) + ## [2.0.4](https://github.com/pragmatismo-io/BotServer/compare/2.0.3...2.0.4) (2020-07-20) diff --git a/package.json b/package.json index e5017cc1..851bbcae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.4", + "version": "2.0.5", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",