diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fec508cd..2023361fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ###Changelog +####Version 0.13.8 +* Mi Band2: attempt at fixing connection issues for users of Mi Fit (#408, #425) + ####Version 0.13.7 * Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0) * Pebble: Add context menu option in app manager to search a watchapp in the pebble appstore diff --git a/app/build.gradle b/app/build.gradle index da90c4b16..6ebd536e2 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.7" - versionCode 69 + versionName "0.13.8" + versionCode 70 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 7ca5092e4..28a8722f0 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,8 @@ + + Mi Band 2: attempt at fixing connection issues for users of Mi Fit + Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0) Pebble: Add context menu option in app manager to search a watchapp in the pebble appstore