diff --git a/packages/zutron/CHANGELOG.md b/packages/zutron/CHANGELOG.md
index 805d8cd..76a134c 100644
--- a/packages/zutron/CHANGELOG.md
+++ b/packages/zutron/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [0.7.0](https://github.com/goosewobbler/zutron/compare/v0.7.0-next.0...v0.7.0) (2024-12-06)
+
+
+### Bug Fixes
+
+* update mainZustandBridge to include BrowserView in type definitions and documentation ([f2e89a3](https://github.com/goosewobbler/zutron/commit/f2e89a34f2cbb1161f7c93705a5651ca5fc1598b))
+
+
+
 # [0.7.0-next.0](https://github.com/goosewobbler/zutron/compare/v0.6.0-0...v0.7.0-next.0) (2024-11-26)
 
 
diff --git a/packages/zutron/package.json b/packages/zutron/package.json
index c7636cd..a722c96 100644
--- a/packages/zutron/package.json
+++ b/packages/zutron/package.json
@@ -1,6 +1,6 @@
 {
   "name": "zutron",
-  "version": "0.7.0-next.0",
+  "version": "0.7.0",
   "description": "A streamlined state management library for Electron applications using Zustand.",
   "author": "Sam Maister <goosewobbler@protonmail.com>",
   "homepage": "https://github.com/goosewobbler/zutron",