diff --git a/app/build.gradle b/app/build.gradle
index 7aaca082..06683f74 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
     defaultConfig {
         minSdk 21
         targetSdk 34
-        versionCode 524
-        versionName "3.31.0"
+        versionCode 525
+        versionName "3.31.1"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
     flavorDimensions "default"
diff --git a/app/src/main/assets/release_notes/notes.json b/app/src/main/assets/release_notes/notes.json
index d67cd2b6..dfbe9b17 100644
--- a/app/src/main/assets/release_notes/notes.json
+++ b/app/src/main/assets/release_notes/notes.json
@@ -1,4 +1,9 @@
 [
+  {
+    "version": "3.31.1",
+    "code": "525",
+    "note": "Added:\n- Add MinT machine translation system support\n\nFixed:\n- GIF not displayed in timelines\n- Fix a crash when unpinning timelines\n- Top bar coloring at scroll for conversations\n- Black screen when going back from the Peertube section"
+  },
   {
     "version": "3.31.0",
     "code": "524",
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/525.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/525.txt
new file mode 100644
index 00000000..457a43d3
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/525.txt
@@ -0,0 +1,8 @@
+Added:
+- Add MinT machine translation system support
+
+Fixed:
+- GIF not displayed in timelines
+- Fix a crash when unpinning timelines
+- Top bar coloring at scroll for conversations
+- Black screen when going back from the Peertube section
\ No newline at end of file