diff --git a/CHANGELOG.md b/CHANGELOG.md index ac013b8e..b45db280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========== +Version 5.16.0 *(2022-12-29)* +---------------------------- + + * Added some notification reliability related improvements + * Allow stopping the music and dismissing the notification with pressing X + * Use Material You theme by default on Android 12+ + * Increased minimal required Android OS version to 6 + * Added some UI, translation and stability improvements + Version 5.15.0 *(2022-11-06)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/106.txt b/fastlane/metadata/android/en-US/changelogs/106.txt new file mode 100644 index 00000000..68e5a0b1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/106.txt @@ -0,0 +1,5 @@ + * Added some notification reliability related improvements + * Allow stopping the music and dismissing the notification with pressing X + * Use Material You theme by default on Android 12+ + * Increased minimal required Android OS version to 6 + * Added some UI, translation and stability improvements