diff --git a/CHANGELOG.md b/CHANGELOG.md index 286ce91f..e6bc3ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ###Changelog +####Version 0.9.0 (next) +* Pebble: Support for configuring watchfaces/apps locally (clay) or though webbrowser (some do not work) +* Mi Band: Improve firmware detection and updates, including 1S support +* Mi Band: Display HR FW for 1S +* FW and HW versions are only displayed after tapping on the "info" button in Control Center +* Do not display activity samples when navigating too far in the past + ####Version 0.8.2 * Fix database creation and updates (thanks @feclare) * Add experimental widget to set the alarm time to a configurable number of hours in the future (thanks @0nse) diff --git a/app/build.gradle b/app/build.gradle index 191981db..961e8814 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.8.2" - versionCode 43 + versionName "0.9.0" + versionCode 44 } buildTypes { release {