diff --git a/app/build.gradle b/app/build.gradle
index 715f56fa6..3c41f1b48 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -15,8 +15,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId 'io.github.muntashirakon.Music'
- versionCode 10579
- versionName '5.8.4'
+ versionCode 10580
+ versionName '5.8.5'
multiDexEnabled true
}
diff --git a/app/src/main/assets/retro-changelog.html b/app/src/main/assets/retro-changelog.html
index 2ff0871b6..97037384e 100644
--- a/app/src/main/assets/retro-changelog.html
+++ b/app/src/main/assets/retro-changelog.html
@@ -62,6 +62,19 @@
+
+
May 25, 2022
+
v5.8.5
+
What's New
+
+ - Display song images along in the artist and album details pages
+ - Removed the Internet permissions and all the associated features
+
+
Fixed
+
+ - Fixed crashing occurs during changing screen orientation
+
+
May 13, 2022
v5.8.4
diff --git a/fastlane/metadata/android/en-US/changelogs/10442.txt b/fastlane/metadata/android/en-US/changelogs/10442.txt
deleted file mode 100644
index b2057f40a..000000000
--- a/fastlane/metadata/android/en-US/changelogs/10442.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-- Rename M to Metro
-- Fix crashes
diff --git a/fastlane/metadata/android/en-US/changelogs/10580.txt b/fastlane/metadata/android/en-US/changelogs/10580.txt
new file mode 100644
index 000000000..0c5df9436
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/10580.txt
@@ -0,0 +1,3 @@
+- Display song images along in the artist and album details pages
+- Removed the Internet permissions and all the associated features
+- Fixed crashing occurs during changing screen orientation