diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f49039..b63db728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The changes documented here do not include those from the original repository. + ## [Version 1.2.9] - Feat: [Android] Implement request permissions, feature needed to android 13 compliance. - -## [Version 1.2.8] - - Fix: [iOS] Apply the AdvancedQueryDataPoint structure and AdvancedQueryResultType parameter to Category and Correlation variables as well. - Fix: [iOS] Fix getLastRecord's result by fetching only the latest filled value. +## [Version 1.2.8] +- Fix: [Android] Fix on retrieving sleep data (https://outsystemsrd.atlassian.net/browse/RMET-1734) + ## [Version 1.2.7] - Fix: [iOS] Apply Date Range filter while processing Advanced Query Results, so that data blocks that don't belong to the requested dates can be omitted (https://outsystemsrd.atlassian.net/browse/RMET-1718). diff --git a/package.json b/package.json index 4c1086c1..b75a2357 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.plugins.healthfitness", - "version": "1.2.8", + "version": "1.2.9", "description": "Health & Fitness cordova plugin for OutSystems applications.", "keywords": [ "ecosystem:cordova", diff --git a/plugin.xml b/plugin.xml index 3f514e19..3d5497e2 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + HealthFitness Health & Fitness cordova plugin for OutSystems applications. OutSystems Inc