From d726b0df75e051471aa080114d45d96c8cfdc7cb Mon Sep 17 00:00:00 2001 From: Hien Nguyen Date: Sun, 22 Sep 2024 18:31:24 +0700 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d490b3c3..694d4b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.4+1 +## 2.0.4+2 * add func `requestFullIntentPermission` (Android 14+) thank @Spyspyspy https://github.com/hiennguyen92/flutter_callkit_incoming/pull/584 * set Notification call style (Android) thank @AAkira https://github.com/hiennguyen92/flutter_callkit_incoming/pull/553 * Many other issues