diff --git a/flutter_appauth/CHANGELOG.md b/flutter_appauth/CHANGELOG.md index 3a9bdbeb..6245f391 100644 --- a/flutter_appauth/CHANGELOG.md +++ b/flutter_appauth/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0-dev.3 + +* [Android] skips https issuer check if `allowInsecureConnections` is true. Thanks to the PR from [Roman Fürst](https://github.com/rfuerst87) + ## 2.0.0-dev.2 * Includes changes from 1.1.0 diff --git a/flutter_appauth/pubspec.yaml b/flutter_appauth/pubspec.yaml index 50bf495d..86905f59 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: 2.0.0-dev.2 +version: 2.0.0-dev.3 homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth environment: