* NEW: kb.gbapp now has a complete browser of excel articles.

* FIX: Some security improved.
* NEW: Protocol changes for exchanging questions between UI and Bot Server.
This commit is contained in:
Rodrigo Rodriguez 2018-09-20 12:37:33 -03:00
parent b028f2fccf
commit 7375f179b2
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Release History # Release History
## Version 0.1.2
* NEW: kb.gbapp now has a complete browser of excel articles.
* FIX: Some security improved.
* NEW: Protocol changes for exchanging questions between UI and Bot Server.
## Version 0.1.0 ## Version 0.1.0
- NEW: Migration to Bot Framework v4. - NEW: Migration to Bot Framework v4.

View file

@ -1,6 +1,6 @@
{ {
"name": "botserver", "name": "botserver",
"version": "0.1.1", "version": "0.1.2",
"description": "General Bot Community Edition open-core server.", "description": "General Bot Community Edition open-core server.",
"main": "./src/app.ts", "main": "./src/app.ts",
"homepage": "http://www.generalbot.com", "homepage": "http://www.generalbot.com",