diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a2b1a32..acd090c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ###Changelog +###Version 0.18.1 +* Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0) +* Start VibrationActivity when using "find device" button with Vibratissimo +* Support material fork of K9 + ###Version 0.18.0 * All new GUI for the control center * Add Portuguese pt_PT and pt_BR translations diff --git a/app/build.gradle b/app/build.gradle index 90de6d715..63f8b2132 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 25 // note: always bump BOTH versionCode and versionName! - versionName "0.18.0" - versionCode 87 + versionName "0.18.1" + versionCode 88 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 954f33d1b..a4dc1aa09 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0) + Start VibrationActivity when using "find device" button with Vibratissimo + Support material fork of K9 + All new GUI for the control center Add Portuguese pt_PT and pt_BR translations