diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9045e42b3c6b50b737d55180f3f6ec34bc32e4fb..6611064eecda7bd82a09e63691dcdf5acbb07d08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
 # Changelog
 
+
+
+## [3.67.0] - 2024-06-22
+
+### Add Features
+
+- new options to define the markers that are used for the label template. [#203](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/203) See merge request oss/libraries/javascript/monster[!53](https://gitlab.schukai.com/oss/libraries/javascript/monster/merge_requests/53)
+- new options to define the markers that are used for the label template [#203](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/203)
+
 ## 2024-06-22
 - new options to define the markers that are used for the label template  [#203](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/203)
 
diff --git a/nix/config/release.nix b/nix/config/release.nix
index aac475904466f3039b3bf87cc422949fe89e0977..c897287aba18745d16ee0464e82bc52f5572426b 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "3.66.0";
-  commit = "15eb89b4e2835f99695ed02fbd0a2a3c68a3eee6";
+  version = "3.67.0";
+  commit = "bfae3a9a53cc47c0305ced13a7b3eb7fdad26b12";
   name = "Monster";
   mnemonic = "monster";
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index 09fa331f3c2dd2c64ba531ca4ab9bdd60da71f23..46bf3d9f529573656ea4625c1fbd3d4fb24127e2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.66.0",
+  "version": "3.67.0",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",