Skip to content

Commit bbf2954

Browse files
authored
prepare for 12.0.1 release (#656)
1 parent 5f780e0 commit bbf2954

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

flutter_appauth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [12.0.1]
2+
3+
* Removed assertion around tied to `idTokenHint` and `postLogoutRedirectUrl` parameters passed to the `EndSessionRequest` constructor. This was done as both are optional according to the [OIDC RP-initiated logout specification](https://openid.net/specs/openid-connect-rpinitiated-1_0.html)
4+
15
## [12.0.0]
26

37
* **Breaking change** updated minimum supported SDK version to Flutter 3.38.1/Dart 3.10. Consequently the minimum OS requirements for each platform has been updated as well

flutter_appauth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_appauth
22
description: This plugin provides an abstraction around the Android and iOS
33
AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID
44
Connect providers
5-
version: 12.0.0
5+
version: 12.0.1
66
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth
77

88
environment:
@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
flutter_appauth_platform_interface: ^12.0.0
15+
flutter_appauth_platform_interface: ^12.0.1
1616

1717
flutter:
1818
plugin:

flutter_appauth_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [12.0.1]
2+
3+
* Removed assertion around tied to `idTokenHint` and `postLogoutRedirectUrl` parameters passed to the `EndSessionRequest` constructor. This was done as both are optional according to the [OIDC RP-initiated logout specification](https://openid.net/specs/openid-connect-rpinitiated-1_0.html)
4+
15
## [12.0.0]
26

37
* **Breaking change** updated minimum supported SDK version to Flutter 3.38.1/Dart 3.10

flutter_appauth_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_appauth_platform_interface
22
description: A common platform interface for the flutter_appauth plugin.
3-
version: 12.0.0
3+
version: 12.0.1
44
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth_platform_interface
55

66
environment:

0 commit comments

Comments
 (0)