From 0d96bcd0f0fb4924ac290f7170d84310d4a0ed9e Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:40:50 +1000 Subject: [PATCH] prepare for 8.0.0-dev.3 release (#551) --- 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 c003780..fe104f2 100644 --- a/flutter_appauth/CHANGELOG.md +++ b/flutter_appauth/CHANGELOG.md @@ -1,3 +1,7 @@ +## [8.0.0-dev.3] + +* Includes changes from the 7.0.1 release + ## [8.0.0-dev.2] * [iOS] Fixed issue [547](https://github.com/MaikuB/flutter_appauth/issues/547) bug where specifying `ExternalUserAgent.sfSafariViewController` was using ephemeral session. Should now properly use the [SFSafariViewController](https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller) APIs diff --git a/flutter_appauth/pubspec.yaml b/flutter_appauth/pubspec.yaml index 36340c2..e03505e 100644 --- a/flutter_appauth/pubspec.yaml +++ b/flutter_appauth/pubspec.yaml @@ -2,7 +2,7 @@ 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: 8.0.0-dev.2 +version: 8.0.0-dev.3 homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth environment: