diff --git a/.cz.toml b/.cz.toml
index 1af66a2..b3e13e8 100644
--- a/.cz.toml
+++ b/.cz.toml
@@ -2,7 +2,7 @@
 name = "cz_conventional_commits"
 tag_format = "$version"
 version_scheme = "semver"
-version = "0.6.0"
+version = "0.7.0"
 version_files = [
     "version.php:VERSION",
     "resources/js/package.json:version"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5178f82..6c75b1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## 0.7.0 (2024-08-08)
+
+### Feat
+
+- Add dynamic favicons
+- Add padding between mob image and name in results page
+- Change hamburger menu to close button when menu open on mobile
+
+### Fix
+
+- Undefined function
+
 ## 0.6.0 (2024-08-08)
 
 ### Feat
diff --git a/resources/js/package.json b/resources/js/package.json
index c59df32..52399ac 100644
--- a/resources/js/package.json
+++ b/resources/js/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mobmash",
-  "version": "0.6.0",
+  "version": "0.7.0",
   "description": "",
   "main": "index.js",
   "scripts": {
diff --git a/version.php b/version.php
index 2a16ef7..4501799 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@
 <?php
 
-const VERSION = "0.6.0";
\ No newline at end of file
+const VERSION = "0.7.0";
\ No newline at end of file