diff --git a/CHANGELOG.md b/CHANGELOG.md index fa725e483..0bfbfacfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ ### Changelog +#### 0.45.0 (WIP) +* Initial support for Amazfit T-Rex +* Amazfit Bip S: Support installation of latest .res +* Amazfit Bip S: Support longer notification messages +* Huami: Improve music playback information +* Huami: Ensure cutting strings on UTF-8 border +* Stop incoming call notification when VoIP calls are missed +* Fix a crash when with Farsi translation #### 0.44.2 * Huami: Support flashing newer GPS firmware and GPS ALM diff --git a/app/build.gradle b/app/build.gradle index 5042dbe26..317bde6e0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 28 // Note: always bump BOTH versionCode and versionName! - versionName "0.44.2" - versionCode 175 + versionName "0.45.0" + versionCode 176 vectorDrawables.useSupportLibrary = true } buildTypes {