From 062ceb8253fd7e6a37d724cc1e2d6c18ab2a8ffc Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Sat, 24 Aug 2024 19:52:26 +0800 Subject: [PATCH] release: 0.4.0. --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9904d133..17f3afe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog ----------------------------------------------- +[0.4.0] - 2023.08.24 + +* [fix] Extracting UI responsibility, named parameters, android dismissal fix (#189). +* [fix] make the Object nullable (#182) +* [chore] Updated to the latest flutter and firebase messaging (#185) +* [feat] Improve Android broadcasts and iOS delegate (#159) + [0.3.3] - 2023.01.25 * [fix] Remove as `type` to allow null assignment. diff --git a/pubspec.yaml b/pubspec.yaml index a62630ca..f816fea4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: callkeep description: iOS CallKit framework and Android ConnectionService for Flutter. -version: 0.3.3 +version: 0.4.0 homepage: https://github.com/flutter-webrtc/callkeep environment: