diff --git a/CHANGELOG.md b/CHANGELOG.md index d02b3cc2..6f0a23ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://github.com/GeneralBots/BotServer/compare/2.2.0...2.3.0) (2023-01-10) + + +### Features + +* **systemkeywords.ts:** introducing executionid feature in api ([a65a82d](https://github.com/GeneralBots/BotServer/commit/a65a82dd8a8805a4e90dfb6d7b72a49fcc611419)) + # [2.2.0](https://github.com/GeneralBots/BotServer/compare/2.1.5...2.2.0) (2023-01-10) diff --git a/package.json b/package.json index 889f58bc..792c2e62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.2.0", + "version": "2.3.0", "type": "module", "description": "General Bot Community Edition open-core server.", "main": "./boot.mjs",