diff --git a/CHANGELOG.md b/CHANGELOG.md index c1af7af5e..8c5bc3d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ###Changelog ####Version 0.9.2 -* Mi Band: Second firmware of Mi1S could not be updated (#234) -* Fixed ordering issue of device infos being displayed +* Mi Band: Fix update of second (HR) firmware on Mi1S (#234) +* Fix ordering issue of device infos being displayed ####Version 0.9.1 * Mi Band: fix sporadic connection problems (stuck on "Initializing" #249) diff --git a/app/build.gradle b/app/build.gradle index dbb2b1d1e..accb84ae6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.9.1" - versionCode 45 + versionName "0.9.2" + versionCode 46 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index e7ce6e5da..608a543c8 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,9 @@ + + Mi Band: Fix update of second (HR) firmware on Mi1S (#234) + Fix ordering issue of device infos being displayed + Mi Band: fix sporadic connection problems (stuck on "Initializing" #249) Mi Band: enable low latency connection (faster) during initialization and activity sync