diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dfa887..e34cdeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog ----------------------------------------------- +[0.2.0] - 2020.11.11 + +* Change FlutterCallKeep as a singleton. +* Add CallKeepPushKitToken event for iOS. +* Add firebase_messaging to example. +* Support waking CallKeep from PushKit when the app is closed. + [0.1.1] - 2020.09.17 * Fix compile error for iOS. diff --git a/pubspec.yaml b/pubspec.yaml index 8db27ed..65a568b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: callkeep description: iOS CallKit framework and Android ConnectionService for Flutter. -version: 0.1.1 +version: 0.2.0 author: duanweiwei1982@gmail.com homepage: https://github.com/flutter-webrtc/callkeep