diff --git a/CHANGELOG.md b/CHANGELOG.md
index 847d5fe2d729deb609659a84728530c338903970..fb34dbaecee97661304fef059279947c45e43c93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,24 @@
 
 
 
+## [3.79.0] - 2024-10-04
+
+### Add Features
+
+- implement lookup for lazyload [#248](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/248)
+### Bug Fixes
+
+- define missing requestAnimationFrame [#248](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/248)
+- open after lazy load [#247](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/247)
+### Changes
+
+- check how current an issue is, nothing to do [#228](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/228)
+- add new issue file for [#228](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/228)
+- close issue [#223](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/223)
+- add playground for issue [#223](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/223)
+
+
+
 ## [3.78.0] - 2024-10-03
 
 ### Add Features
diff --git a/nix/config/release.nix b/nix/config/release.nix
index e47a61f343154cf386d92db8fb18c206217c4597..71fe64302851b3baa6af242377d27f2169dfb234 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "3.78.0";
-  commit = "cc2faa159d11db462dafb4df6335d31f203fb884";
+  version = "3.79.0";
+  commit = "31625721077f93eed808f65c106cc0dea9dade40";
   name = "Monster";
   mnemonic = "monster";
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index 684405ae0695177022cc97d106dffd5c13b7a412..80523fdad620ed02b48fec184ef2545e217a4f30 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.78.0",
+  "version": "3.79.0",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",