From 695777364399866d5fc25b98757af8fca6028573 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Tue, 15 Oct 2024 10:37:07 +0100 Subject: [PATCH] chore: add entries that were missing on changelog References: https://outsystemsrd.atlassian.net/browse/RMET-2947 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 560f759..9ee97ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ The changes documented here do not include those from the original repository. ### Features - iOS - Subscribes and unsubscribes from `appGeneralTopic` - `appIdentifier-general-topic-ios` when registering and unregistering the device. (https://outsystemsrd.atlassian.net/browse/RMET-2947). +- (android) Subscribe to app general topic when registering device (and unsubscribe when unregistering) (https://outsystemsrd.atlassian.net/browse/RMET-2948). + +### Fix +- (ios) `NotificationClickedV2` not being triggered when deep link property is not set (https://outsystemsrd.atlassian.net/browse/RMET-3695). + +## [Unreleased] +### 04-10-2024 +- Feat: Handle icon and color parameters in setupNotificationBuilder for Android 12+ compatibility + +## [Version 2.3.2] + +### Features +- Feat: Android | Update dependency to Firebase Cloud Messaging Android library (https://outsystemsrd.atlassian.net/browse/RMET-3608). ## [Version 2.3.1]