diff --git a/CHANGELOG.md b/CHANGELOG.md index aa843dd4..31a75e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Changelog +#### Version 0.20.2 (next) +* Amazfit Bip: Various fixes regarding weather, add condition string support for FW 0.0.8.74 +* Amazfit Bip: enable caller display in later firmwares +* Amazfit Bip: initial firmware update support (EXPERIMENTAL, AT YOUR OWN RISK) + #### Version 0.20.1 * Amazfit Bip: Support icons and text body for notifications * Mi Band: Fix setting smart alarms diff --git a/app/build.gradle b/app/build.gradle index ffe34039..c611794b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 25 // note: always bump BOTH versionCode and versionName! - versionName "0.20.1" - versionCode 99 + versionName "0.20.2" + versionCode 100 vectorDrawables.useSupportLibrary = true } buildTypes {