diff --git a/CHANGELOG.md b/CHANGELOG.md index 8677e1b..c5b5822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog ----------------------------------------------- +[0.3.0] - 2021.06.12 + +* null safety +* Add toolkit for testing. +* Fixed receiving Voip push in background mode for iOS 13+. +* Fix crash when iOS push uses the wrong push format (alert). + [0.2.4] - 2021.01.08 * Fix crash when appName is not set. diff --git a/pubspec.yaml b/pubspec.yaml index 97e2c5c..353a4a1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: callkeep description: iOS CallKit framework and Android ConnectionService for Flutter. -version: 0.2.4 +version: 0.3.0 homepage: https://github.com/flutter-webrtc/callkeep environment: