diff --git a/CHANGELOG.md b/CHANGELOG.md index e93151d..ce3385f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.0.48 +Bump frontegg-kotlin sdk to 1.3.32. +Bump frontegg-ios sfk to 1.3.7. + ## v1.0.47 ## Summary - Trust server tenant on fresh login instead of stale cache. diff --git a/CHANGELOG.old.md b/CHANGELOG.old.md index 0fc9b88..e93151d 100644 --- a/CHANGELOG.old.md +++ b/CHANGELOG.old.md @@ -1,3 +1,8 @@ +## v1.0.47 +## Summary +- Trust server tenant on fresh login instead of stale cache. +- Gate `AndroidDebugConfigurationChecker` on host app debuggable flag. + ## v1.0.46 Bump frontegg-android-kotlin version to 1.3.28. - Trust server tenant on fresh login instead of stale cache. diff --git a/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index 8725e9e..d325f75 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.47' + s.version = '1.0.48' s.summary = 'A new Flutter plugin project.' s.description = <<-DESC A new Flutter plugin project. diff --git a/pubspec.yaml b/pubspec.yaml index a5ef169..ee8e41f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: frontegg_flutter description: Flutter package for Frontegg services -version: 1.0.47 +version: 1.0.48 homepage: https://github.com/frontegg/frontegg-flutter #publish_to: "https://pub.dartlang.org" diff --git a/version.txt b/version.txt index de0434d..c301979 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.47 \ No newline at end of file +1.0.48 \ No newline at end of file