diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c94ac58..d8c5fbe3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Version 2.0.3 + +### Features +- #874: Added new api `setCrashlyticsUserId` which allows setting Crashlytics user identifier +- #861: Updated `verifyPhoneNumber` api on android to add the following properties to the returned object: + - `code` - sms code + - `verified` - whether or not the verification was successful + +### Bug Fixes +- #869: Replace add/remove hooks with install/uninstall hooks to ensure proper configuration of the plugin +- #870: Add error handling to `fetch` api on iOS + # Version 2.0.2 ### Bug Fixes