diff --git a/README.md b/README.md index 7940f8a1de67a8366d6644484da3dfde93e572b0..b5e2e20f773668c73718bddbb1f054a18e11e2bd 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,12 @@ AppleHealthKit.initHealthKit(options: Object, (err: string, results: Object) => ``` ## Changelog +0.6.5v +- Enable fetching basal energy [#23](https://github.com/terrillo/rn-apple-healthkit/pull/23) +- remove checkPermission functions in order to use from PR [#69](https://github.com/terrillo/rn-apple-healthkit/pull/69) +- Added correct link to permissions. [#73](https://github.com/terrillo/rn-apple-healthkit/pull/73) +- Add unified way to get workouts + convert Activity Types to name + isTracked flag [#25](https://github.com/terrillo/rn-apple-healthkit/pull/25) + 0.6.4v - Basal energy ([#23](https://github.com/terrillo/rn-apple-healthkit/pull/23)) - Fixed issues with saving weight in the past