diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51b25a2f6710e6017cbf71ef38c0cb5330bf628c..23a9e23ef4b2a0447b794f2a3ba4019665066c6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
 # Changelog
 
 
+
+## [3.73.6] - 2024-07-31
+
+### Bug Fixes
+
+- repair url in tests [#230](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/230)
+- improvement of the tree menu to avoid recursion. [#230](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/230)
+
+
 ## [3.73.5] - 2024-07-02
 
 ### Bug Fixes
diff --git a/nix/config/release.nix b/nix/config/release.nix
index fcbc8670bfb1f49a30799ee6387d7f528fbf4eb4..9b0fc761f953a1a2acd8bb5d0613e5df1e0a9895 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "3.73.5";
-  commit = "efa3cf498dd40ccbb114cb0074409c1adf2bf6a7";
+  version = "3.73.6";
+  commit = "ee0b7703010654f3a3a64064bef0172c15cc84f2";
   name = "Monster";
   mnemonic = "monster";
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 684b5793fa479b12c4e6a8714a140fbab893300c..3e5a43a7aab57d6ea7f2ddcf92ce50d8e75a3461 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.73.5",
+  "version": "3.73.6",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",