diff --git a/CHANGELOG.md b/CHANGELOG.md index 17673b7..5dfa887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +----------------------------------------------- +[0.1.1] - 2020.09.17 + +* Fix compile error for iOS. + [0.1.0] - 2020.09.15 * Initial release. diff --git a/pubspec.yaml b/pubspec.yaml index 5fdeacc..8db27ed 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.0 +version: 0.1.1 author: duanweiwei1982@gmail.com homepage: https://github.com/flutter-webrtc/callkeep