diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db8a50d..98d91151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ###Changelog +####Version 0.14.4 +* Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings +* Mi Band 2: Experimental support for activity recognition +* Mi Band 2: Fix time setting code + ####Version 0.14.3 * Pebble: Experimental support for pairing and using all Pebble models via BLE * Mi Band 1: Fix regression causing display of wrong activity data (#440) diff --git a/app/build.gradle b/app/build.gradle index 97a7b056..2306f5ea 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.14.3" - versionCode 75 + versionName "0.14.4" + versionCode 76 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 2a0c90f3..6d3c7fa2 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings + Mi Band 2: Experimental support for activity recognition + Mi Band 2: Fix time setting code + Pebble: Experimental support for pairing and using all Pebble models via BLE Mi Band 1: Fix regression causing display of wrong activity data