diff --git a/CHANGELOG.md b/CHANGELOG.md index c4db2c15d..115abb6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ### Changelog +#### 0.48.0 (WIP) +* Initial support for Lefun Smart Bands +* InfiniTime: Improved music support for latest firmware +* Add sport activity list tab in charts +* Weather: Fix wind speed and direction not being passed properly +* Fix find your phone feature on Android 10 (need companion device pairing) + #### 0.47.2 * Amazfit Bip S: Send sunrise and sunset on latest firmware if enabled * Huami: Support new firmware update protocol (fixes firmware flashing with firmware 2.1.1.50/4.1.5.55 on Amazfit Bip S) diff --git a/app/build.gradle b/app/build.gradle index e29b19f49..7ca9d5544 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 29 // Note: always bump BOTH versionCode and versionName! - versionName "0.47.2" - versionCode 181 + versionName "0.48.0" + versionCode 182 vectorDrawables.useSupportLibrary = true } buildTypes {