diff --git a/CHANGELOG.md b/CHANGELOG.md index b50b6709..701824bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ###Changelog -####Version next +####Version 0.14.1 +* Mi Band 2: Initial experimental support for activity data +* Pebble 2: Work around firmware installation issues (tested with upgrading 4.2 to 4.3) * Pebble: Further improve compatibility for watchface configuration ####Version 0.14.0 diff --git a/app/build.gradle b/app/build.gradle index 75a6248b..e8fa2193 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.0" - versionCode 72 + versionName "0.14.1" + versionCode 73 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index c742ed41..e0c75295 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,6 +1,8 @@ - + + Mi Band 2: Initial experimental support for activity data + Pebble 2: Work around firmware installation issues (tested with upgrading 4.2 to 4.3) Pebble: Further improve compatibility for watchface configuration