diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e3b7ff..e497e764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.66](https://github.com/pragmatismo-io/BotServer/compare/2.0.65...2.0.66) (2020-12-06) + + +### Bug Fixes + +* **core.gbapp:** Ignoring case for keep text. ([5139817](https://github.com/pragmatismo-io/BotServer/commit/513981746648db4466301ad5a69373d48ed3be1a)) + ## [2.0.65](https://github.com/pragmatismo-io/BotServer/compare/2.0.64...2.0.65) (2020-12-06) diff --git a/package.json b/package.json index bc613c64..5cb8e417 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.65", + "version": "2.0.66", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",