diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f7c6b..c60ccc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog ========= +## Version 0.5.0 +_2020-01-15_ +* Add 24kbps and 48kbps options +* Add adaptive icon +* Add support for p= authentication +* Change to MediaStyle playback notification +* Fix SSID selection +* Fix keyboard being visible when switching to now playing +* Fix now playing icon when using light theme + ## Version 0.4.1 _2019-12-28_ * Revert attempt to fix infinite loop as it sometimes deleted valid files. diff --git a/app/build.gradle b/app/build.gradle index bfd9236..eec04d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "net.nullsum.audinaut" minSdkVersion 21 targetSdkVersion 29 - versionCode 200 - versionName '0.4.1' + versionCode 201 + versionName '0.5.0' setProperty("archivesBaseName", "Audinaut $versionName") }