diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7726c6..67a75481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ###Changelog -####Version next +####Version 0.15.1 * Improved handling of notifications for some apps +* Pebble 2/LE: Add setting to limit GATT MTU for debugging broken BLE stacks ####Version 0.15.0 * New device: Liveview diff --git a/app/build.gradle b/app/build.gradle index 573105c7..92a026ec 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.15.0" - versionCode 77 + versionName "0.15.1" + versionCode 78 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 5141cf20..7af99208 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,7 +1,8 @@ - - * Improved handling of notifications for some apps + + Improved handling of notifications for some apps + Pebble 2/LE: Add setting to limit GATT MTU for debugging broken BLE stacks New device: Liveview