diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f7732a..9f31a18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.25](https://github.com/pragmatismo-io/BotServer/compare/2.0.24...2.0.25) (2020-10-30) + + +### Bug Fixes + +* **all:** Remove HTML from Input. ([03161da](https://github.com/pragmatismo-io/BotServer/commit/03161dad88497bf3e0bd26c744d6f93ce85aeda6)) + ## [2.0.24](https://github.com/pragmatismo-io/BotServer/compare/2.0.23...2.0.24) (2020-10-30) diff --git a/package.json b/package.json index 85622309..13dbfdbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.24", + "version": "2.0.25", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",