diff --git a/CHANGELOG.md b/CHANGELOG.md index f16331d3..53daaaa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.81](https://github.com/pragmatismo-io/BotServer/compare/2.0.80...2.0.81) (2021-01-03) + + +### Bug Fixes + +* **core.gbapp:** Fix in NLP handling of acents. ([2a5ecd4](https://github.com/pragmatismo-io/BotServer/commit/2a5ecd487f78743dd0faaa5d70d0baa24f659a9e)) + ## [2.0.80](https://github.com/pragmatismo-io/BotServer/compare/2.0.79...2.0.80) (2020-12-31) diff --git a/package.json b/package.json index 0d33e6d4..fc420790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.80", + "version": "2.0.81", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",