diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fda31df9..e39ab8588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Changelog -#### Next Release (WIP) +#### 0.83.0 * Add first start onboarding screen * Initial support for Bowers and Wilkins P Series * Initial support for Colmi R09 @@ -10,6 +10,7 @@ * Initial support for Realme Buds T110 * Initial support for Redmi Buds 5 Pro * Initial support for Xiaomi Smart Band 9 Pro +* Initial support for Marstek B2500 * Add calories charts and widgets * Add more workout icons * Bangle.js: Fix call notification in Turkish locale diff --git a/app/build.gradle b/app/build.gradle index 780c96081..b26306419 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,8 +79,8 @@ android { minSdkVersion 21 // Note: always bump BOTH versionCode and versionName! - versionName "0.82.1" - versionCode 234 + versionName "0.83.0" + versionCode 235 vectorDrawables.useSupportLibrary = true buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" buildConfigField "boolean", "INTERNET_ACCESS", "false"