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