diff --git a/.github/actions/setup-xcode/action.yml b/.github/actions/setup-xcode/action.yml
index c534d5202..e7b6280d8 100644
--- a/.github/actions/setup-xcode/action.yml
+++ b/.github/actions/setup-xcode/action.yml
@@ -4,7 +4,7 @@ inputs:
xcode-version:
description: "Xcode version to use"
required: false
- default: "16.4"
+ default: "16.2.0"
runs:
using: "composite"
diff --git a/apps/mobile/changelog/0.2.5.md b/apps/mobile/changelog/0.2.5.md
new file mode 100644
index 000000000..76a4373a9
--- /dev/null
+++ b/apps/mobile/changelog/0.2.5.md
@@ -0,0 +1,16 @@
+# What's New in v0.2.5
+
+## Shiny new things
+
+- Add option for independent content font size and presets
+
+## Improvements
+
+## No longer broken
+
+- Address the issue of being unable to follow the feed in specific scenarios
+- Fixed the issue where entries opened from notifications could not be loaded
+
+## Thanks
+
+Special thanks to volunteer contributors @ for their valuable contributions
diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md
index e59e74d12..000f858e3 100644
--- a/apps/mobile/changelog/next.md
+++ b/apps/mobile/changelog/next.md
@@ -2,8 +2,6 @@
## Shiny new things
-- Add option for independent content font size and presets
-
## Improvements
## No longer broken
diff --git a/apps/mobile/ios/Folo/Info.plist b/apps/mobile/ios/Folo/Info.plist
index 8b9264686..377a92153 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.4
+ 0.2.5
CFBundleSignature
????
CFBundleURLTypes
@@ -53,7 +53,7 @@
CFBundleVersion
- 117
+ 118
ITSAppUsesNonExemptEncryption
LSApplicationCategoryType
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index 0369461ee..2a4110577 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "@follow/mobile",
- "version": "0.2.4",
+ "version": "0.2.5",
"private": true,
"main": "src/main.tsx",
"scripts": {