diff --git a/apps/mobile/changelog/0.5.8.md b/apps/mobile/changelog/0.5.8.md
new file mode 100644
index 000000000..07d80ce23
--- /dev/null
+++ b/apps/mobile/changelog/0.5.8.md
@@ -0,0 +1,5 @@
+# What's New in v0.5.8
+
+## Improvements
+
+- Updated Android photo selection and saving to use system pickers and request only the permissions required
diff --git a/apps/mobile/ios/Folo/Info.plist b/apps/mobile/ios/Folo/Info.plist
index 5508aad5f..87a988144 100644
--- a/apps/mobile/ios/Folo/Info.plist
+++ b/apps/mobile/ios/Folo/Info.plist
@@ -33,7 +33,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 0.5.7
+ 0.5.8
CFBundleSignature
????
CFBundleURLTypes
@@ -54,7 +54,7 @@
CFBundleVersion
- 10
+ 11
ITSAppUsesNonExemptEncryption
LSApplicationCategoryType
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index 4c28bba1c..b7e3a2ba5 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "@follow/mobile",
- "version": "0.5.7",
+ "version": "0.5.8",
"private": true,
"main": "src/main.tsx",
"scripts": {
diff --git a/apps/mobile/release.json b/apps/mobile/release.json
index ecfccfe72..b53b8b24a 100644
--- a/apps/mobile/release.json
+++ b/apps/mobile/release.json
@@ -1,5 +1,5 @@
{
- "version": "0.5.7",
+ "version": "0.5.8",
"mode": "store",
"runtimeVersion": null,
"channel": null