diff --git a/CHANGELOG.md b/CHANGELOG.md index c1beec79..fe21fec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.61](https://github.com/pragmatismo-io/BotServer/compare/2.0.60...2.0.61) (2020-12-05) + + +### Bug Fixes + +* **core.gbapp:** NLP automation is fully tested. ([2873c5c](https://github.com/pragmatismo-io/BotServer/commit/2873c5c07833bc32446af97504cde71efbac6795)) + ## [2.0.60](https://github.com/pragmatismo-io/BotServer/compare/2.0.59...2.0.60) (2020-12-04) diff --git a/package.json b/package.json index 9ee4e2ff..31471f12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.60", + "version": "2.0.61", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",