diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e12b00cc..b36bef66b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ###Changelog -####Version next +####Version 0.5.4 * Miband: allow the transfer of activity data without clearing MiBand's memory +* Pebble: for generic notificataions use generic icon insted of SMS icons on FW 3.x (thanks @roidelapluie) +* In settings, support blacklisting apps for generic notifications ####Version 0.5.3 * Pebble: For generic notifications, support dismissing individual notficications and "Open on Phone" feature (OG & PT) diff --git a/app/build.gradle b/app/build.gradle index 2a53d1da2..f69753a2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 targetSdkVersion 23 - versionCode 24 - versionName "0.5.3" + versionCode 25 + versionName "0.5.4" } buildTypes { release {