diff --git a/apps/health/ChangeLog b/apps/health/ChangeLog index 7ea528ca6..921b2b682 100644 --- a/apps/health/ChangeLog +++ b/apps/health/ChangeLog @@ -20,3 +20,4 @@ 0.19: Can show notification when daily step goal is reached 0.20: Fix the settings page, it would not update settings correctly. 0.21: Update boot.min.js. +0.22: Fix timeout for heartrate sensor on 3 minute setting (#2435) \ No newline at end of file diff --git a/apps/health/metadata.json b/apps/health/metadata.json index 482d72ec4..d80585200 100644 --- a/apps/health/metadata.json +++ b/apps/health/metadata.json @@ -2,7 +2,7 @@ "id": "health", "name": "Health Tracking", "shortName": "Health", - "version": "0.21", + "version": "0.22", "description": "Logs health data and provides an app to view it", "icon": "app.png", "tags": "tool,system,health",