diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca19b4..f9d5414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.0.27 +- Enable session per tenant support + ## v1.0.26 Fixed magic links Fixed: post Activation Redirect to App fails, leaving user on "Opening Application" page diff --git a/CHANGELOG.old.md b/CHANGELOG.old.md index 5476a2b..2ca19b4 100644 --- a/CHANGELOG.old.md +++ b/CHANGELOG.old.md @@ -1,3 +1,7 @@ +## v1.0.26 +Fixed magic links +Fixed: post Activation Redirect to App fails, leaving user on "Opening Application" page + ## v1.0.25 Bug fixing. Increased versions of Kotlin and Swift-sdks diff --git a/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index e61a09c..a5bf50f 100644 --- a/ios/frontegg_flutter.podspec +++ b/ios/frontegg_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'frontegg_flutter' - s.version = '1.0.26' + s.version = '1.0.27' s.summary = 'A new Flutter plugin project.' s.description = <<-DESC A new Flutter plugin project. diff --git a/pubspec.yaml b/pubspec.yaml index e7f750d..919b5bc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: frontegg_flutter description: Flutter package for Frontegg services -version: 1.0.26 +version: 1.0.27 homepage: https://github.com/frontegg/frontegg-flutter #publish_to: "https://pub.dartlang.org" diff --git a/version.txt b/version.txt index 7717884..3f11ef6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.26 \ No newline at end of file +1.0.27 \ No newline at end of file