diff --git a/apps/health/ChangeLog b/apps/health/ChangeLog index 87a58a57b..fb97552b1 100644 --- a/apps/health/ChangeLog +++ b/apps/health/ChangeLog @@ -17,3 +17,4 @@ 0.16: Code tidyup, add back button in top left of health app graphs 0.17: Add automatic translation of bar chart labels 0.18: Show step goal in daily step chart +0.19: Can show notification when daily step goal is reached diff --git a/apps/health/metadata.json b/apps/health/metadata.json index ecaf9b563..ec5905b71 100644 --- a/apps/health/metadata.json +++ b/apps/health/metadata.json @@ -2,7 +2,7 @@ "id": "health", "name": "Health Tracking", "shortName": "Health", - "version": "0.18", + "version": "0.19", "description": "Logs health data and provides an app to view it", "icon": "app.png", "tags": "tool,system,health",