diff --git a/CHANGELOG.md b/CHANGELOG.md index e0cb07a93..cd9ac95c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ###Changelog +####Version 0.11.2 +Mi Band: support for devices that cannot pair with the band (#349) + ####Version 0.11.1 * Various fixes (including crashes) for location settings * Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge) diff --git a/app/build.gradle b/app/build.gradle index f4bba1e95..96985efca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.11.1" - versionCode 57 + versionName "0.11.2" + versionCode 58 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 84dacbd61..b20ff6b69 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: support for devices that cannot pair with the band (#349) + Various fixes (including crashes) for location settings Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)