diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c99e5ec..9db8880c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ###Changelog -####Version (next) +####Version 0.8.1 * Pebble: install (and start) freshly-installed apps on the watch instead of showing a Toast that tells the user to do so. (only applies to firmware 3.x) +* Pebble: fix crash while receiving Health data * Mi Band 1S: support for synchronizing activity data (#205) * Mi Band 1S: support for reading the heart rate via the "Debug Screen" #178 diff --git a/app/build.gradle b/app/build.gradle index d2c03751..bae3dc3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.8.0" - versionCode 41 + versionName "0.8.2" + versionCode 42 } buildTypes { release {