diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb273f1..0f006218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,3 +45,10 @@ Log of changes * allows longer durations of buckets in Android * remove Java annotations + +### v2.0.0 + +* BREAKS API: the date of birth and gender have been removed from GoogleFit custom datatypes, you need to store these using your app's persistent mechanism +* BREAKS API: sourceName has been removed from GoogleFit +* bumped Google Fit API version to 19.0.0 +* fixed bug with water consumption unit in Android diff --git a/package.json b/package.json index 7adf55a3..5e95b8a5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.5", + "version": "2.0.0", "name": "cordova-plugin-health", "cordova_name": "Health", "description": "A plugin that abstracts fitness and health repositories like Apple HealthKit or Google Fit", diff --git a/plugin.xml b/plugin.xml index 34869a88..73a82fd9 100755 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + version="2.0.0"> Cordova Health