diff --git a/apps/mobile/changelog/0.3.0.md b/apps/mobile/changelog/0.3.0.md
new file mode 100644
index 000000000..40d13051e
--- /dev/null
+++ b/apps/mobile/changelog/0.3.0.md
@@ -0,0 +1,27 @@
+# What's New in v0.3.0
+
+## Shiny new things
+
+- Liquid glass tab bar for iOS 26
+- Enhanced blur effects with Expo Glass Effect
+- Dynamic tab bar height adjustment with NativeTabBarHolder
+- Migrated error tracking to PostHog
+- Supported French localization
+
+## Improvements
+
+- Upgraded to Expo SDK 54 for better performance and compatibility
+- Rebalanced typography sizes for improved readability
+- Migrated swipe interactions to ReanimatedSwipeable for smoother experience
+- Simplified animation configurations in dialog and player controls
+
+## No longer broken
+
+- Reduced timeline indicator jank on iOS
+- Stabilized timeline initial load and scroll position
+- Fixed Crashlytics crash issues affecting 101+ users
+- Fixed iOS SQLite startup crash
+- Aligned header height with safe area inset
+- Fixed full mobile UI consistency and stability issues
+- Hidden payment UI on non-APK builds
+- Fixed safe area insets for iOS 26 tab bar
diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md
index b86cde011..000f858e3 100644
--- a/apps/mobile/changelog/next.md
+++ b/apps/mobile/changelog/next.md
@@ -2,26 +2,10 @@
## Shiny new things
-- Liquid glass tab bar for iOS 26
-- Enhanced blur effects with Expo Glass Effect
-- Dynamic tab bar height adjustment with NativeTabBarHolder
-- Migrated error tracking to PostHog
-- Supported French localization
-
## Improvements
-- Upgraded to Expo SDK 54 for better performance and compatibility
-- Rebalanced typography sizes for improved readability
-- Migrated swipe interactions to ReanimatedSwipeable for smoother experience
-- Simplified animation configurations in dialog and player controls
-
## No longer broken
-- Reduced timeline indicator jank on iOS
-- Stabilized timeline initial load and scroll position
-- Fixed Crashlytics crash issues affecting 101+ users
-- Fixed iOS SQLite startup crash
-- Aligned header height with safe area inset
-- Fixed full mobile UI consistency and stability issues
-- Hidden payment UI on non-APK builds
-- Fixed safe area insets for iOS 26 tab bar
+## Thanks
+
+Special thanks to volunteer contributors @ for their valuable contributions
diff --git a/apps/mobile/ios/Folo/Info.plist b/apps/mobile/ios/Folo/Info.plist
index 006f84b54..ee6c0e6ed 100644
--- a/apps/mobile/ios/Folo/Info.plist
+++ b/apps/mobile/ios/Folo/Info.plist
@@ -32,7 +32,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 0.2.9
+ 0.3.0
CFBundleSignature
????
CFBundleURLTypes
@@ -53,7 +53,7 @@
CFBundleVersion
- 136
+ 137
ITSAppUsesNonExemptEncryption
LSApplicationCategoryType
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index 0d79d1424..dcf117e7e 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "@follow/mobile",
- "version": "0.2.9",
+ "version": "0.3.0",
"private": true,
"main": "src/main.tsx",
"scripts": {