diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d47826..d5b31081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.56](https://github.com/pragmatismo-io/BotServer/compare/2.0.55...2.0.56) (2020-12-01) + + +### Bug Fixes + +* **all:** fixed case-insensitivity for BASIC commands. ([b6aba26](https://github.com/pragmatismo-io/BotServer/commit/b6aba266f6e596151dbc573a37ec4f7573dc1710)) + ## [2.0.55](https://github.com/pragmatismo-io/BotServer/compare/2.0.54...2.0.55) (2020-11-30) diff --git a/package.json b/package.json index ae34dba8..7bcca547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.55", + "version": "2.0.56", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",