diff --git a/CHANGELOG.md b/CHANGELOG.md index a95a79dd..f52db779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.5](https://github.com/GeneralBots/BotServer/compare/2.3.4...2.3.5) (2023-01-19) + + +### Bug Fixes + +* **basic.gblib:** executionid and changed to pid and security context for HEAR([#322](https://github.com/GeneralBots/BotServer/issues/322)). ([9820bb3](https://github.com/GeneralBots/BotServer/commit/9820bb3f7a4905de34eb1d3fa002c8a4b098027c)) + ## [2.3.4](https://github.com/GeneralBots/BotServer/compare/2.3.3...2.3.4) (2023-01-19) diff --git a/package.json b/package.json index 1af15110..fbda3584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.3.4", + "version": "2.3.5", "type": "module", "description": "General Bot Community Edition open-core server.", "main": "./boot.mjs",