diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9cf297..db083f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.137](https://github.com/GeneralBots/BotServer/compare/2.0.136...2.0.137) (2021-08-16) + + +### Bug Fixes + +* **basic.gblib:** NOW keyword is now formatting values with two zeros. ([1ed7cfa](https://github.com/GeneralBots/BotServer/commit/1ed7cfaf7430d28e41104e7e34bf54bade71f9fe)) + ## [2.0.136](https://github.com/GeneralBots/BotServer/compare/2.0.135...2.0.136) (2021-08-15) diff --git a/package.json b/package.json index 5d874ae2..8c977fc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.136", + "version": "2.0.137", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",