From 5d2da2e31b46d4324bf143e5ee8aa526f44c1c1a Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Tue, 31 May 2022 19:44:10 +1000 Subject: [PATCH] update flutter_appauth to 4.0.1 --- flutter_appauth/CHANGELOG.md | 4 ++++ flutter_appauth/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/flutter_appauth/CHANGELOG.md b/flutter_appauth/CHANGELOG.md index 4e3e4897..7f1d47d7 100644 --- a/flutter_appauth/CHANGELOG.md +++ b/flutter_appauth/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.1 + +* Bumped AppAuth iOS dependency. Thanks to PR from [Didier Prophete](https://github.com/dprophete) + ## 4.0.0 * Added support for macOS. Thanks to the PR from [Jordy Langen](https://github.com/JordyLangen) diff --git a/flutter_appauth/pubspec.yaml b/flutter_appauth/pubspec.yaml index 84ee9cdc..fa038b62 100644 --- a/flutter_appauth/pubspec.yaml +++ b/flutter_appauth/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_appauth description: This plugin provides an abstraction around the Android and iOS AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID Connect providers -version: 4.0.0 +version: 4.0.1 homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth environment: