diff --git a/CHANGELOG.md b/CHANGELOG.md index 699da229b..37d5300c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 3.6.1 + +#### What's Fixed +- Fixed possible crash from poor service initalization +- Fixed issue where it was impossible to edit playlists +- Fixed issue where playlist would revert to older version when re-edited + +#### Dev/Meta +- Fixed service memory leaks + ## 3.6.0 #### What's New diff --git a/README.md b/README.md index 68a4139fe..b5373da18 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@
-
-
+
+
diff --git a/app/build.gradle b/app/build.gradle
index 2cd8a66fe..5c622439b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -21,8 +21,8 @@ android {
defaultConfig {
applicationId namespace
- versionName "3.6.0"
- versionCode 50
+ versionName "3.6.1"
+ versionCode 51
minSdk 24
targetSdk 34
diff --git a/fastlane/metadata/android/en-US/changelogs/51.txt b/fastlane/metadata/android/en-US/changelogs/51.txt
new file mode 100644
index 000000000..131fed628
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/51.txt
@@ -0,0 +1,3 @@
+Auxio 3.6.0 improves support for android auto and fixes several small regressions.
+This release fixes critical issues identified in the previous version.
+For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v3.6.0.
\ No newline at end of file