diff --git a/app/build.gradle b/app/build.gradle
index 8c840e2a3140a0924009407708554761a25e9b85..35fff54edf2174b810a8958655b9da3ab1293e41 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
         applicationId 'io.github.muntashirakon.AppManager'
         minSdk min_sdk
         targetSdk target_sdk
-        versionCode 429
-        versionName "3.1.6"
+        versionCode 430
+        versionName "3.1.7"
         javaCompileOptions {
             annotationProcessorOptions {
                 arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
diff --git a/app/src/main/res/raw/changelog.xml b/app/src/main/res/raw/changelog.xml
index 8bcffe38d64a04eecec9f82869e98d414144c7fc..e58e911671c28b0b615bc399103e3cc78b155a3d 100644
--- a/app/src/main/res/raw/changelog.xml
+++ b/app/src/main/res/raw/changelog.xml
@@ -1,5 +1,41 @@
 <?xml version="1.0" encoding="utf-8" standalone="yes"?><!DOCTYPE changelog SYSTEM "https://raw.githubusercontent.com/MuntashirAkon/AppManager/master/schema/changlelog.dtd">
 <changelog>
+    <release
+        type="stable release"
+        version="v3.1.7"
+        code="430"
+        date="10 July 2024">
+        <note>
+            The email address has been changed to am4android@riseup.net. App Manager related queries
+            sent to the previous email shall be discarded.
+        </note>
+        <improve>
+            Hid “Data usage” in the App Info tab for apps without the internet permission
+        </improve>
+        <improve>Intercept newer photo viewer actions from the camera app</improve>
+        <fix>Fixed creating custom backups when the backup name is empty</fix>
+        <fix>Fixed freezing issues in the UI Tracker window on some devices</fix>
+        <fix>Fixed delivering changes in apps made via batch operations</fix>
+        <fix>
+            Fixed freezing the app due to the refusal of the notification permission at the startup
+        </fix>
+        <note subtext="true">
+            Notification permission is mandatory on phones and tabs. Without this permission, you
+            will not be able to use certain features.
+        </note>
+        <fix>Fixed listing running apps on some devices</fix>
+        <fix>Prevented the app from crashing in Android 14 r50</fix>
+        <fix>
+            Prevented the app from crashing when force dexopt is selected in Android 14 onwards
+        </fix>
+        <note subtext="true">
+            The feature was removed in Android 14.
+        </note>
+        <note>
+            [br /][b]Full list of changes:[/b] [a
+            href="https://github.com/MuntashirAkon/AppManager/compare/v3.1.6...v3.1.7"]v3.1.6...v3.1.7[/a]
+        </note>
+    </release>
     <release
         type="stable release"
         version="v3.1.6"
diff --git a/fastlane/metadata/android/en-US/changelogs/430.txt b/fastlane/metadata/android/en-US/changelogs/430.txt
new file mode 100644
index 0000000000000000000000000000000000000000..27a64b7a27e9afc1e704260ad512415c45b185db
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/430.txt
@@ -0,0 +1,10 @@
+- The email address has been changed to am4android@riseup.net.
+- Hid “Data usage” in the App Info tab for apps without the internet permission
+- Intercept newer photo viewer actions from the camera app
+- Fixed creating custom backups when the backup name is empty
+- Fixed freezing issues in the UI Tracker window
+- Fixed delivering changes in apps made via batch operations
+- Fixed freezing the app due to the refusal of the notification permission at the startup
+- Fixed listing running apps on some devices
+- Prevented the app from crashing in Android 14 r50
+- Prevented the app from crashing when force dexopt is selected in Android 14 onwards