diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5b16a94002d2371de99fe88a008ed7a5110d160..3f328ba0c258d8a198100248c60df092d9d31f73 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
 
 
 
+## [3.73.4] - 2024-07-02
+
+### Bug Fixes
+
+- eventprocessing is now only active in selected controls: form, filter. [#224](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/224)
+
+
+
 ## [3.73.3] - 2024-07-01
 
 ### Bug Fixes
diff --git a/nix/config/release.nix b/nix/config/release.nix
index 57b0a892129357439db8ca9feac317159b482296..908b36a3da33f78a5b1fa391c3d1b246c9864c19 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "3.73.3";
-  commit = "0a97623a470929c1a7c059865f099be2958a58a7";
+  version = "3.73.4";
+  commit = "b9a373183f86548594ba7a37888f27cca4eaa6ed";
   name = "Monster";
   mnemonic = "monster";
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 9f9d01f7f227eb5d20741b56f7d6f232c6a65380..1a42c32dbd46648891375c8b0316952c3ab4d9d7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.73.3",
+  "version": "3.73.4",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",