diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff58f1c5..107695546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### Changelog +#### Version 0.24.1 +* Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51 +* Pebble: "find phone" feature for upcoming pebble helper app + #### Version 0.24.0 * Fix logs sometimes not containing stacktraces * Support periodic database export diff --git a/app/build.gradle b/app/build.gradle index 7ab3fad76..22fd6717f 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.24.0" - versionCode 117 + versionName "0.24.1" + versionCode 118 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 cd0b18fe4..dd6b60e1a 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,11 @@ + + Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51 + Pebble: "find phone" feature for upcoming pebble helper app + Fix logs sometimes not containing stacktraces Support periodic database export diff --git a/fastlane/metadata/android/en-US/changelogs/118.txt b/fastlane/metadata/android/en-US/changelogs/118.txt new file mode 100644 index 000000000..b708a34c1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/118.txt @@ -0,0 +1,2 @@ +* Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51 +* Pebble: "find phone" feature for upcoming pebble helper app \ No newline at end of file