diff --git a/CHANGELOG.md b/CHANGELOG.md index e497e764..76b1c1db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.67](https://github.com/pragmatismo-io/BotServer/compare/2.0.66...2.0.67) (2020-12-07) + + +### Bug Fixes + +* **kb.gbapp:** Faster loaded from tabular using bulk insert. ([1604006](https://github.com/pragmatismo-io/BotServer/commit/1604006266523f93a67eae4b01a260de011b2422)) + ## [2.0.66](https://github.com/pragmatismo-io/BotServer/compare/2.0.65...2.0.66) (2020-12-06) diff --git a/package.json b/package.json index 5cb8e417..da74c776 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.66", + "version": "2.0.67", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",