Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinleguennec committed Jul 25, 2024
1 parent faf464f commit cede058
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## [3.0.0]
* **BREAKING:** All apps using this plugin must update their AndroidManifest.xml to add the "activity-alias". This will fix the "App update needed" issue when asking for permission.
* Now handling Android 14
* Updated README.md

## [2.1.0]
* Added `aggregate` function to get statistics
* Updated README.md

## [2.0.0]
* Added missing data types
* Added Models for each data type
Expand All @@ -9,18 +15,24 @@
* Added deleteRecords methods
* Upgrade Health Connect API to `1.1.0-alpha2`
* Updated README.md

## [1.2.3]
* Upgrade to `alpha11` [#8](https://github.com/duynguyen242/flutter_health_connect/pull/8) by [aljkor](https://github.com/aljkor)

## [1.2.2]
* getChanges flatten record field on UpsertionChange

## [1.2.1]
* breaking changes for getRecord
* getRecord pagination support
* implement getChanges and getChangesToken
* fix datetime range passed to getRecord

## [1.2.0]
* Upgrade to `alpha10` [#6](https://github.com/duynguyen242/flutter_health_connect/pull/6) by [aljkor](https://github.com/aljkor)

## [1.1.4]
* Update README.md

## [1.0.0]
* Initial release

0 comments on commit cede058

Please sign in to comment.