From 96d09bf7d00183a0e0391312653f151ebd80ad65 Mon Sep 17 00:00:00 2001 From: soumak77 Date: Mon, 1 Oct 2018 12:23:23 -0700 Subject: [PATCH] v2.0.3 changes --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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