diff --git a/src/components/changelog/Changelog.svelte b/src/components/changelog/Changelog.svelte
index c0697b4..49d2e4d 100644
--- a/src/components/changelog/Changelog.svelte
+++ b/src/components/changelog/Changelog.svelte
@@ -6,14 +6,23 @@
- On today's KFP menu:
+ Serving in our latest update:
-
- Fix broken click interactions
+ Manifest v3 code rewrite (took 2 years, finally done)!
+
+ -
+ Cross-extension compatibility (i.e. rikaikun, 10ten, etc.)
+
+ -
+ Bug fixes and performance improvements
- What we're still cooking:
+ What's still cooking at KFP:
+ -
+ Tackling our two-year backlog of feature requests :P
+
-
- HyperChat v3 Update (now testing!)
+ Releasing the all-new YtcFilter v3 update
diff --git a/src/manifest.json b/src/manifest.json
index e53198c..44c0ba6 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -3,7 +3,7 @@
"name": "HyperChat [Improved YouTube Chat]",
"homepage_url": "https://livetl.app/hyperchat",
"description": "Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!",
- "version": "2.6.14",
+ "version": "3.0.0",
"permissions": [
"storage"
],