diff --git a/CHANGELOG.md b/CHANGELOG.md index 41bb28a34..8e42672d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ### Changelog +#### Version 0.31.0 (NEXT) +* Pebble: Send all wearable notification actions (not only reply) +* Pebble: Always allow reply action even if untested features are turned off +* Amazfit Bip: Allow flashing latest gps firmware (Mili_dth.gps) +* Roidmi 3: Fix and enable support +* Mi Band 3/Amazfit Bip: fix find phone crash +* Prevent re-sending old notifications to the wearable +* Enhancement and Fixes for Bengali Transliteration + #### Version 0.30.0 * Amazfit Bip + Mi Band 3: Support for right to left display (configurable) (#976) * Add Arabic, Bengali Farsi, Persian, Scandinavian transliteration diff --git a/app/build.gradle b/app/build.gradle index ef18ee942..d4404ab88 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 27 // Note: always bump BOTH versionCode and versionName! - versionName "0.30.0" - versionCode 138 + versionName "0.31.0" + versionCode 139 vectorDrawables.useSupportLibrary = true } buildTypes {