diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d5300c4..ea27e334d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 3.6.2 + +#### What's Fixed +- Fixed broken notification close action + ## 3.6.1 #### What's Fixed diff --git a/README.md b/README.md index b5373da18..3fe6cd628 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@
-
-
+
+
diff --git a/app/build.gradle b/app/build.gradle
index 5c622439b..f5dbf1b1f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -21,8 +21,8 @@ android {
defaultConfig {
applicationId namespace
- versionName "3.6.1"
- versionCode 51
+ versionName "3.6.2"
+ versionCode 52
minSdk 24
targetSdk 34
diff --git a/fastlane/metadata/android/en-US/changelogs/52.txt b/fastlane/metadata/android/en-US/changelogs/52.txt
new file mode 100644
index 000000000..dbf12d06e
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/52.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.2.
\ No newline at end of file