diff --git a/auth0_flutter/CHANGELOG.md b/auth0_flutter/CHANGELOG.md index fb5aff92..339965b4 100644 --- a/auth0_flutter/CHANGELOG.md +++ b/auth0_flutter/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.2.1](https://github.com/auth0/auth0-flutter/tree/v1.2.1) (2023-06-06) +[Full Changelog](https://github.com/auth0/auth0-flutter/compare/v1.2.0...v1.2.1) + +**Fixed** +- fix: allow audience and scope to be supplied during initialization [\#272](https://github.com/auth0/auth0-flutter/pull/272) ([stevehobbsdev](https://github.com/stevehobbsdev)) + ## [v1.2.0](https://github.com/auth0/auth0-flutter/tree/v1.2.0) (2023-05-31) [Full Changelog](https://github.com/auth0/auth0-flutter/compare/v1.1.0...v1.2.0) diff --git a/auth0_flutter/ios/auth0_flutter.podspec b/auth0_flutter/ios/auth0_flutter.podspec index 1e425aef..e3eb270b 100644 --- a/auth0_flutter/ios/auth0_flutter.podspec +++ b/auth0_flutter/ios/auth0_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'auth0_flutter' - s.version = '1.2.0' + s.version = '1.2.1' s.summary = 'Auth0 SDK for Flutter' s.description = 'Auth0 SDK for Flutter Android and iOS apps.' s.homepage = 'https://auth0.com' diff --git a/auth0_flutter/lib/src/version.dart b/auth0_flutter/lib/src/version.dart index 791aa1cb..c0f490c5 100644 --- a/auth0_flutter/lib/src/version.dart +++ b/auth0_flutter/lib/src/version.dart @@ -1 +1 @@ -const String version = '1.2.0'; +const String version = '1.2.1'; diff --git a/auth0_flutter/pubspec.lock b/auth0_flutter/pubspec.lock index ab248582..56584c4d 100644 --- a/auth0_flutter/pubspec.lock +++ b/auth0_flutter/pubspec.lock @@ -47,7 +47,7 @@ packages: path: "../auth0_flutter_platform_interface" relative: true source: path - version: "1.2.0" + version: "1.2.1" boolean_selector: dependency: transitive description: diff --git a/auth0_flutter/pubspec.yaml b/auth0_flutter/pubspec.yaml index 54b72ded..8f24ba6b 100644 --- a/auth0_flutter/pubspec.yaml +++ b/auth0_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: auth0_flutter description: Auth0 SDK for Flutter. Easily integrate Auth0 into Android / iOS Flutter apps. -version: 1.2.0 +version: 1.2.1 homepage: https://github.com/auth0/auth0-flutter environment: @@ -8,7 +8,7 @@ environment: flutter: ">=3.0.0" dependencies: - auth0_flutter_platform_interface: 1.2.0 + auth0_flutter_platform_interface: 1.2.1 flutter: sdk: flutter flutter_web_plugins: