diff --git a/flutter_appauth/CHANGELOG.md b/flutter_appauth/CHANGELOG.md index 83eb5e2..849ba8e 100644 --- a/flutter_appauth/CHANGELOG.md +++ b/flutter_appauth/CHANGELOG.md @@ -1,5 +1,6 @@ -# [vNext] +# 6.0.4 +* [Android] when no suitable browser is found when calling either `authorize()` or `authorizeAndExchange()`, rather than crashing the plugin will now throw a `PlatformException` with an error code of `no_browser_available`. Thanks to the PR from [NikHomann](https://github.com/NikHomann) * Removed duplicate asterisk from the 6.0.3 changelog entry around how the example app got updated # 6.0.3 diff --git a/flutter_appauth/pubspec.yaml b/flutter_appauth/pubspec.yaml index 2643612..6bffb14 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: 6.0.3 +version: 6.0.4 homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth environment: