From 8e2e9e2d9c72d5422581354fe5223c907e7bbeb7 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Thu, 8 Nov 2018 07:06:30 +0100 Subject: [PATCH] bump version, add changelog --- CHANGELOG.md | 4 ++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 4 ++++ fastlane/metadata/android/en-US/changelogs/140.txt | 2 ++ 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/140.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb250306..3608af971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### Changelog +#### Version 0.31.1 +* Pebble: fix crash when no canned replies have been set +* Display measured hr value in debug screen + #### Version 0.31.0 * Pebble: Send all wearable notification actions (not only reply) * Pebble: Always allow reply action even if untested features are turned off diff --git a/app/build.gradle b/app/build.gradle index d4404ab88..31c751c08 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 27 // Note: always bump BOTH versionCode and versionName! - versionName "0.31.0" - versionCode 139 + versionName "0.31.1" + versionCode 140 vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index ff78134da..3acbc86da 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,9 @@ + + Pebble: fix crash when no canned replies have been set + Display measured hr value in debug screen + Pebble: Send all wearable notification actions (not only reply) Pebble: Always allow reply action even if untested features are turned off diff --git a/fastlane/metadata/android/en-US/changelogs/140.txt b/fastlane/metadata/android/en-US/changelogs/140.txt new file mode 100644 index 000000000..21c85a64c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/140.txt @@ -0,0 +1,2 @@ +* Pebble: fix crash when no canned replies have been set +* Display measured hr value in debug screen