From f570af7b43e3045a0e62b937f27cb2de4077b36b Mon Sep 17 00:00:00 2001 From: Amr Yousef Date: Wed, 25 Nov 2020 21:07:55 +0000 Subject: [PATCH] Publish 0.2.2 --- firebase_auth_oauth/CHANGELOG.md | 3 +++ firebase_auth_oauth/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/firebase_auth_oauth/CHANGELOG.md b/firebase_auth_oauth/CHANGELOG.md index 40245c0..7d4f37f 100644 --- a/firebase_auth_oauth/CHANGELOG.md +++ b/firebase_auth_oauth/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.2.2 +* Fixed crash on iOS when using Microsoft sign in. Thanks to [@camillobucciarelli](https://github.com/camillobucciarelli). + ## 0.2.1 * Fixed Firebase not initialised issue when using this plugin diff --git a/firebase_auth_oauth/pubspec.yaml b/firebase_auth_oauth/pubspec.yaml index ed508b9..f556726 100644 --- a/firebase_auth_oauth/pubspec.yaml +++ b/firebase_auth_oauth/pubspec.yaml @@ -1,6 +1,6 @@ name: firebase_auth_oauth description: A Flutter plugin that makes it easy to perform OAuth sign in flows using FirebaseAuth. It also includes support for Sign in by Apple for Firebase. -version: 0.2.1 +version: 0.2.2 author: Amr Yousef homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth