Skip to content

Commit

Permalink
flutter_appauth 4.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Jul 22, 2022
1 parent 7c2765e commit 53ac189
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions flutter_appauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.2.0

* Added `preferEphemeralSession` to `EndSessionRequest` Thanks to the PR from [Daniel Ziegler](https://github.com/ziegler-daniel)

## 4.1.0+1

* Added missing credit to 4.1.0 changelog entry
Expand Down
4 changes: 2 additions & 2 deletions flutter_appauth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.1.0+1
version: 4.2.0
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_appauth_platform_interface: ^5.1.0
flutter_appauth_platform_interface: ^5.2.0

flutter:
plugin:
Expand Down

0 comments on commit 53ac189

Please sign in to comment.