From 6ed6c4124482acb69cdaf51daef269412f98914b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Sat, 14 Feb 2026 21:36:59 +0000 Subject: [PATCH] update changelog, bump version --- CHANGELOG.md | 5 +++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 4 ++++ .../fastlane/metadata/android/en-US/changelogs/245.txt | 2 ++ 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 src/mainline/fastlane/metadata/android/en-US/changelogs/245.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 5323291d9f..127569fbb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Changelog +#### 0.89.1 + +* Garmin: Fix edge case on activity timestamp processing +* Huawei/Honor: Fix exception when processing workout data + #### 0.89.0 * Add support for Internet Helper diff --git a/app/build.gradle b/app/build.gradle index a8e1a9211f..af8f266014 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -98,8 +98,8 @@ android { minSdk = 23 // Note: always bump BOTH versionCode and versionName! - versionName "0.89.0" - versionCode 244 + versionName "0.89.1" + versionCode 245 vectorDrawables.useSupportLibrary = true buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" buildConfigField "boolean", "INTERNET_ACCESS", "false" diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index f64949f3c5..df94fc4247 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,9 @@ + + Garmin: Fix edge case on activity timestamp processing + Huawei/Honor: Fix exception when processing workout data + Add support for Internet Helper Add support for Health Connect diff --git a/src/mainline/fastlane/metadata/android/en-US/changelogs/245.txt b/src/mainline/fastlane/metadata/android/en-US/changelogs/245.txt new file mode 100644 index 0000000000..15b47e859e --- /dev/null +++ b/src/mainline/fastlane/metadata/android/en-US/changelogs/245.txt @@ -0,0 +1,2 @@ +• Garmin: Fix edge case on activity timestamp processing +• Huawei/Honor: Fix exception when processing workout data