diff --git a/flutter_appauth/CHANGELOG.md b/flutter_appauth/CHANGELOG.md index 4ec48d1..505c808 100644 --- a/flutter_appauth/CHANGELOG.md +++ b/flutter_appauth/CHANGELOG.md @@ -1,6 +1,7 @@ ## [7.0.0-dev.3] * **Breaking change** all methods have now been made to return non-nullable types +* [iOS][macOS] bumped AppAuth iOS dependency to 1.7.5 # 7.0.0-dev.2 diff --git a/flutter_appauth/macos/flutter_appauth.podspec b/flutter_appauth/macos/flutter_appauth.podspec index 195c206..1c189cd 100644 --- a/flutter_appauth/macos/flutter_appauth.podspec +++ b/flutter_appauth/macos/flutter_appauth.podspec @@ -15,7 +15,7 @@ A new flutter plugin project. s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' s.dependency 'FlutterMacOS' - s.dependency 'AppAuth', '1.7.4' + s.dependency 'AppAuth', '1.7.5' s.platform = :osx, '10.12' s.osx.deployment_target = "10.12" end