diff --git a/CHANGELOG.md b/CHANGELOG.md index f6719b89..85bd2d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ###Changelog +####Version 0.13.7 +* Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0) +* Mi Band: allow to delete Mi Band address from development settings +* Mi Band 2: Some initial hacky support for hr readings (Debug activity only) + ####Version 0.13.6 * Mi Band 2: Support for multiple alarms (3 at the moment) * Mi Band 2: Fix for alarms not working when just one is enabled diff --git a/app/build.gradle b/app/build.gradle index 824a9efb..cddd9398 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.13.6" - versionCode 68 + versionName "0.13.7" + versionCode 69 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 6459f604..f778baba 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0) + Mi Band: allow to delete Mi Band address from development settings + Mi Band 2: Some initial hacky support for hr readings (Debug activity only) + Mi Band 2: Support multiple alarms (3 at the moment) Mi Band 2: Fix for alarms not working when just one is enabled