diff --git a/CHANGELOG.md b/CHANGELOG.md index 2144109f8..0d99251a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ####Version 0.4.4 * Support for backup up and restoring of the activity database (via Debug activity) * Support for graceful upgrades and downgrades, keeping your activity database intact +* Pebble: experimental support for dismissing (all) notifications via actionable notifications (disabled by default) +* Pebble: make FW 3.x notifications available by default ####Version 0.4.3 * Mi Band: Support for setting alarms diff --git a/app/build.gradle b/app/build.gradle index f74714b01..d585640ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 targetSdkVersion 21 - versionCode 17 - versionName "0.4.3" + versionCode 18 + versionName "0.4.4" } buildTypes { release {