diff --git a/auth0_flutter/CHANGELOG.md b/auth0_flutter/CHANGELOG.md index 793fd974..f80e110c 100644 --- a/auth0_flutter/CHANGELOG.md +++ b/auth0_flutter/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [af-v1.4.0](https://github.com/auth0/auth0-flutter/tree/af-v1.4.0) (2023-12-06) +[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v1.3.1...af-v1.4.0) + +**Added** +- Add support for passing parameters onLoad [\#363](https://github.com/auth0/auth0-flutter/pull/363) ([frederikprijck](https://github.com/frederikprijck)) + +**Changed** +- Remove and gitignore `pubspec.lock` files [\#340](https://github.com/auth0/auth0-flutter/pull/340) ([Widcket](https://github.com/Widcket)) + ## [af-v1.3.1](https://github.com/auth0/auth0-flutter/tree/af-v1.3.1) (2023-11-08) [Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v1.3.0...af-v1.3.1) diff --git a/auth0_flutter/ios/auth0_flutter.podspec b/auth0_flutter/ios/auth0_flutter.podspec index b2059855..e0fc2ea6 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.3.1' + s.version = '1.4.0' 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 7970cca1..0dfce829 100644 --- a/auth0_flutter/lib/src/version.dart +++ b/auth0_flutter/lib/src/version.dart @@ -1 +1 @@ -const String version = '1.3.1'; +const String version = '1.4.0'; diff --git a/auth0_flutter/pubspec.yaml b/auth0_flutter/pubspec.yaml index 67796748..4ff81c23 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.3.1 +version: 1.4.0 homepage: https://github.com/auth0/auth0-flutter environment: