diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf43ea..b4ffb40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.1 + +- Updated version of flutter-apns lib for fix crash on iOS side when you try to initialize FirebaseCore in your project. This may require you to update if you wanna use Firebase separatly. + ## 0.6.0 - BREAKING CHANGE: Updated version numbers for Firebase dependencies. This may require you to update diff --git a/pubspec.yaml b/pubspec.yaml index 766e21f..1bde410 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: firebase_messaging: ^14.1.1 flutter_local_notifications: ^13.0.0 http: ^0.13.4 - flutter_apns_only: ^1.5.2 + flutter_apns_only: ^1.6.0 permission_handler: ^10.1.0 url_launcher: ^6.1.8