diff --git a/apps/mobile/changelog/0.1.8.md b/apps/mobile/changelog/0.1.8.md
new file mode 100644
index 000000000..7315bfce0
--- /dev/null
+++ b/apps/mobile/changelog/0.1.8.md
@@ -0,0 +1,26 @@
+# What's New in v0.1.8
+
+## Shiny new things
+
+- Choose whether translations appear on their own or side-by-side with the original text (#3568)
+- “Mark above / below as read” context menu (#3570)
+- Automation actions: auto start entries that match your rules (#3625)
+- Invite-code gates removed – no invite code needed anymore (cee647c)
+
+## Improvements
+
+- AI summaries are now selectable, so you can copy text (0ffde43)
+- Feeds from the same site are automatically grouped (c418dea)
+- Private subscriptions now show a icon for quick identification (9d39711)
+- Removed long-unmaintained language packs (f48697c)
+- Faster search performance
+- Readability now auto-activates for blank content (a1a9521)
+- Upgraded to React 19 and React Native 0.79 (#3661)
+- Dozens of visual polish tweaks across the app
+
+## No longer broken
+
+- Fixed AI Summary blocking scroll (41484b5)
+- Unread badge count now stays accurate (26a3d83)
+- Corrected AI Summary height (8bd186a)
+- Social accounts can again be unlinked (5114155)
diff --git a/apps/mobile/ios/Folo/Info.plist b/apps/mobile/ios/Folo/Info.plist
index 09fd71574..8e687f617 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.1.7
+ 0.1.8
CFBundleSignature
????
CFBundleURLTypes
@@ -52,7 +52,7 @@
CFBundleVersion
- 1
+ 106
ITSAppUsesNonExemptEncryption
LSApplicationCategoryType
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index e1da68b95..f402a96ef 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "@follow/mobile",
- "version": "0.1.7",
+ "version": "0.1.8",
"private": true,
"main": "src/main.tsx",
"scripts": {