diff --git a/CHANGELOG.md b/CHANGELOG.md index afb2c59f5..4fc45be15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========== +Version 5.9.1 *(2022-02-09)* +---------------------------- + + * Properly update song info at the media session, fixing bluetooth devices and maybe some lockscreens + * Add items in the queue in the proper order + * Show track count at Albums tab + * Added some translation, stability and UX improvements + Version 5.9.0 *(2022-01-05)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/93.txt b/fastlane/metadata/android/en-US/changelogs/93.txt new file mode 100644 index 000000000..ec819eb66 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/93.txt @@ -0,0 +1,4 @@ + * Properly update song info at the media session, fixing bluetooth devices and maybe some lockscreens + * Add items in the queue in the proper order + * Show track count at Albums tab + * Added some translation, stability and UX improvements