From 1862b59dad5ca2dd0fd4f4ca49c3f170eb0a6adc Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Tue, 29 Nov 2016 22:36:05 +0100 Subject: [PATCH] bump version and add changelog --- CHANGELOG.md | 4 ++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2382d1ed7..ed4fb82f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ###Changelog +####Version 0.14.3 +* Pebble: Experimental support for pairing and using all Pebble models via BLE +* Mi Band: Fix regressing causing wrong activity data + ####Version 0.14.2 * Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices diff --git a/app/build.gradle b/app/build.gradle index 7d3500a79..97a7b0569 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.2" - versionCode 74 + versionName "0.14.3" + versionCode 75 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index b7c3d3a46..98f9cb758 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,9 @@ + + Pebble: Experimental support for pairing and using all Pebble models via BLE + Mi Band: Fix regressing causing wrong activity data + Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices