diff --git a/CHANGELOG.md b/CHANGELOG.md index 88df4c0a9..3faf21c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ###Changelog -####Version next +####Version 0.13.9 * Pebble: use the last known location for setting sunrise and sunset +* Pebble: fix Health disappering forever when deactivating through app manager (and get it back for affected users) +* Mi Band 2: More fixes for connection issues (#408) ####Version 0.13.8 * Mi Band 2: fix connection issues for users of Mi Fit (#408, #425) diff --git a/app/build.gradle b/app/build.gradle index 6ebd536e2..6f61b3bc9 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.8" - versionCode 70 + versionName "0.13.9" + versionCode 71 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 555b71a4f..f62206973 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,7 +1,9 @@ - + Pebble: use the last known location for setting sunrise and sunset + Pebble: fix Health disappering forever when deactivating through app manager (and get it back for affected users) + Mi Band 2: More fixes for connection issues (#408) Mi Band 2: fix connection issues for users of Mi Fit