update changelog, bump version

This commit is contained in:
José Rebelo
2026-02-14 21:36:59 +00:00
parent ae44694018
commit 6ed6c41244
4 changed files with 13 additions and 2 deletions
+5
View File
@@ -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
+2 -2
View File
@@ -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"
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.89.1" versioncode="245">
<change>Garmin: Fix edge case on activity timestamp processing</change>
<change>Huawei/Honor: Fix exception when processing workout data</change>
</release>
<release version="0.89.0" versioncode="244">
<change>Add support for Internet Helper</change>
<change>Add support for Health Connect</change>
@@ -0,0 +1,2 @@
• Garmin: Fix edge case on activity timestamp processing
• Huawei/Honor: Fix exception when processing workout data