diff --git a/CHANGELOG.md b/CHANGELOG.md index 770fae7e..165c1488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ###Changelog +####Version 0.13.0 +* Initial working Mi Band 2 support (only notifications, no activity and heart rate support) +* Experimental support for Vibratissimo devices + ####Version 0.12.2 * Fix for user attribute database table getting spammed and store sleep and steps goals properly diff --git a/app/build.gradle b/app/build.gradle index 7b342b05..79c66e14 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.12.2" - versionCode 61 + versionName "0.13.0" + versionCode 62 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 750cdaaf..c5ef33dd 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,9 @@ + + Initial working Mi Band 2 support (only notifications, no activity and heart rate support) + Experimental support for Vibratissimo devices + Fix for user attribute database table getting spammed and store sleep and steps goals properly