From e0005e8d2ae07794491370443e13a34d2c8fcbe7 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 7 Dec 2020 14:25:56 +0000 Subject: [PATCH] chore(release): 2.0.67 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",