This commit is contained in:
Rodrigo Rodriguez 2019-08-30 14:51:24 -03:00
commit 01e3f11226
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [1.7.1](https://github.com/pragmatismo-io/BotServer/compare/1.7.0...1.7.1) (2019-08-30)
### Bug Fixes
* **whatsapp.gblib:** Multi-turn dialog fixed in BASIC processing. ([4689bfb](https://github.com/pragmatismo-io/BotServer/commit/4689bfb))
# [1.7.0](https://github.com/pragmatismo-io/BotServer/compare/1.6.0...1.7.0) (2019-08-29)

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "1.7.0",
"version": "1.7.1",
"description": "General Bot Community Edition open-core server.",
"main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues",