diff --git a/auth0_flutter/CHANGELOG.md b/auth0_flutter/CHANGELOG.md index 35f526f1..4824aae2 100644 --- a/auth0_flutter/CHANGELOG.md +++ b/auth0_flutter/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [af-v1.6.0](https://github.com/auth0/auth0-flutter/tree/af-v1.6.0) (2024-03-18) +[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v1.5.0...af-v1.6.0) + +**Added** +- Add support for HTTPS redirect URLs [SDK-4754] [\#417](https://github.com/auth0/auth0-flutter/pull/417) ([Widcket](https://github.com/Widcket)) + ## [af-v1.5.0](https://github.com/auth0/auth0-flutter/tree/af-v1.5.0) (2023-12-15) [Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v1.4.1...af-v1.5.0) diff --git a/auth0_flutter/darwin/auth0_flutter.podspec b/auth0_flutter/darwin/auth0_flutter.podspec index b8c8bea4..fa36879d 100644 --- a/auth0_flutter/darwin/auth0_flutter.podspec +++ b/auth0_flutter/darwin/auth0_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'auth0_flutter' - s.version = '1.5.0' + s.version = '1.6.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/ios/auth0_flutter.podspec b/auth0_flutter/ios/auth0_flutter.podspec index b8c8bea4..fa36879d 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.5.0' + s.version = '1.6.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 42179f2f..f4d6ceb1 100644 --- a/auth0_flutter/lib/src/version.dart +++ b/auth0_flutter/lib/src/version.dart @@ -1 +1 @@ -const String version = '1.5.0'; +const String version = '1.6.0'; diff --git a/auth0_flutter/macos/auth0_flutter.podspec b/auth0_flutter/macos/auth0_flutter.podspec index b8c8bea4..fa36879d 100644 --- a/auth0_flutter/macos/auth0_flutter.podspec +++ b/auth0_flutter/macos/auth0_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'auth0_flutter' - s.version = '1.5.0' + s.version = '1.6.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/pubspec.yaml b/auth0_flutter/pubspec.yaml index a381118c..8d46c863 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.5.0 +version: 1.6.0 homepage: https://github.com/auth0/auth0-flutter environment: @@ -8,7 +8,7 @@ environment: flutter: ">=3.0.0" dependencies: - auth0_flutter_platform_interface: ^1.5.0 + auth0_flutter_platform_interface: ^1.6.0 flutter: sdk: flutter flutter_web_plugins: