diff --git a/CHANGELOG.md b/CHANGELOG.md index 994cdf678..e5891a9ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ### Changelog +### 0.61.0 (NEXT) +* Initial support for Nothing Ear(1) +* Amazfit Bip U/Pro: Fix flashing firmware and watchfaces +* Amazfit Bip U/Pro: Fix language setting +* Amazfit Bip U/Pro: allow unicode emoji +* Huami: fix supported languages list on many devices +* UM25: show more measured data +* Much improved notification management +* Fix default daily target distance from 5 to 5000 meters + ### 0.60.0 * Initial support for FitPro bands * Mi Band 6: really fix weather on new firmware diff --git a/app/build.gradle b/app/build.gradle index 9a2200e46..93def9c22 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,8 +31,8 @@ android { multiDexEnabled true // Note: always bump BOTH versionCode and versionName! - versionName "0.60.0" - versionCode 203 + versionName "0.61.0" + versionCode 204 vectorDrawables.useSupportLibrary = true multiDexEnabled true }